jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Export of Taglet options for Javadoc generator #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the Preference Page for the thematic roles shall be created a button to 
export all needed Taglet options for the Javadoc generator.

For all configured thematic roles and the static taglets:
- @paraminfo
- @returninfo
- @throwsinfo
- @subreturn
- @subreturninfo
- @subparam
- @subparaminfo
- @subthrowsinfo
- @thematicgrid
options shall be created and copied to clipboard.

Then, these created options can be used for the invokation of the Javadoc 
generator.

Example option string:
-tag action:tcm:"Action:"

Example javadoc command line invokation:
javadoc -tag action:tcm:"Action:" [ packagenames ] [ sourcefilenames ] [ 
-subpackages pkg1:pkg2:... ] [ @argfiles ]

Original issue reported on code.google.com by dirk.mei...@gmail.com on 28 Jun 2012 at 8:18

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r633.

Original comment by dirk.mei...@gmail.com on 3 Jul 2012 at 1:14