create a JavaDoc for processing library.
in
Library and Tool Development
•
1 year ago
I'm working on creating a JavaDoc for a processing library.
I only have a few problems.
How can i display text by the
Field Summary? @param doesn't seem to work since it's not a parameter?
And there is a
Constructor Summary and
Method Summary, i can get text there, however there is also a 'Constructor Detail' and a 'Method Detail' that often contains a more detailed explanation. I only don't know how to get more text there, for now it's just the same text as by the summary.
hope someone can help.
1