Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Generate HTML source code documentation

Question
Yuri Marx Perei... · Nov 24, 2020

Generate HTML source code documentation

Hi community!

Is it possible generate HTML documentation to my project ObjectScript classes (.cls)?

In Java we use Javadoc to do it. Javadoc get class comments and java metadata information and when I execute javadoc -d doc src\*, I get whole html documentation to my classes. Has IRIS something like javadoc? Is it documatic? If yes, how can I use it?

#Coding Guidelines #InterSystems IRIS

Source URL:https://community.intersystems.com/post/generate-html-source-code-documentation