Working with Java and XML documentationOne of the ways to create documentation for your java code is to use the 'javadoc' tool that comes along with your java SDK installation. Otherwise you can use documentation tools available from a third party like AurigaDoc.
You can customize the transformation by using your own customized XSL file. There is an option to configure which XSL to use for the transformation. You can call this AurigaDoc tool from within your java classes or invoke it in command line. Using the javadoc tool is very simple you have to write your documentation comments above the class or a field or constructor in a certain format. You have to start your comments with "/**" and then finish it with "*/". That's it. then you have to run the javadoc tool to generate the documentation.
|
|
||
|
|||
“Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.”
Copyright - © 2004 - 2019 - All Rights Reserved.