Javafxdoc Tags: Hidden Treasures

February 19, 2010

I found a couple undocumented tags for use in JavaFX classes:

  • @profile – use this tag in the class comment to document the profile your class falls under (common, desktop, mobile)
  • @defaultvalue – use this tag in property documentation to fill in the Default Value column in the generated documentation

For example, the following markup
JavaFXDoc tags

produces this in the generated docs
JavaFXDoc tags generated

Any more hidden gems out there waiting for discovery?


Follow

Get every new post delivered to your Inbox.