Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split faces js into interface and implementation #1978

Open
wants to merge 7 commits into
base: 5.0
Choose a base branch
from

Conversation

BalusC
Copy link
Member

@BalusC BalusC commented Sep 22, 2024

eclipse-ee4j/mojarra#5506

First step is to extract typescript definitions from faces.js into a faces.d.ts. Then typedoc can be used to generate docs.

To see these docs, do:

cd ~/git/faces/api
mvn clean package -P docs
browse ./target/tsdoc/docs/index.html

(note: renderkitdoc and vdldoc are also generated by same profile)

@BalusC BalusC changed the base branch from master to 5.0 September 22, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants