[udig-devel] get documentation from javadoc
Jody Garnett
jgarnett at refractions.net
Mon Mar 31 10:30:49 PDT 2008
Interesting; I think you would be better served to write your own Java 5
annotations.
a) you can right a javadoc plug-in that will place your annotation
information into the generated javadocs (see geoapi codebase for examples)
b) the annotation information is stored at the java reflection api
level; so you can simply look up your documentation as needed
Finally have you given any thought to internationalization? You may just
want to mark the command with a key; and then look up the keys in a
property file?
Jody
> I would like to extract the documentation of commands from the javadoc
> of the command.
> Anybody knows if it is possible? (I couldn't find the right search keywords)
>
> Anyone thought about it already and knows if that could be a good way
> to document commands usage?
> That is more related to the console we are developing inside udig,
> hope this is not too OT.
>
> Thanks,
> Andrea
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
More information about the udig-devel
mailing list