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

JavaScript documentation notation #1

Open
dtracers opened this issue Apr 4, 2014 · 0 comments
Open

JavaScript documentation notation #1

dtracers opened this issue Apr 4, 2014 · 0 comments

Comments

@dtracers
Copy link
Owner

dtracers commented Apr 4, 2014

Inside a javadoc comment add these options to notate certain items.
@Class - tells the parser that the function is a class
@method - tells the parser it is a function
@field - tells the parser the next item is a field
@StartFields
@EndFields - these tell the parser where the fields are.
@SeeClass:ClassName - tells the parser to try and link a certain class to another class
@SeeClass:ClassName#MethodName - tells the parser to try and link a certain method to another method.

dtracers added a commit that referenced this issue Aug 18, 2014
#1 the template was not having its nodes cloned.
#2 the wrong files were being used.
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

No branches or pull requests

1 participant