Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] get documentation from javadoc

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



Back to the top