This work is licensed under a Attribution Share Alike Creative Commons license
Flows - Generating Documentation with Doxygen | man of many distractions....

Today I successfully generated some documentation directly from commented Flows code in both php and python, and I also found that Doxygen ought to work with Ruby (we'll see). In a Flows-like way, Doxygen generates the documentation in XML, HTML, RTF, etc.
I learned enough about the process though to realize that it might be smarter to write a Flows component that generates the documentation you need when you are looking at it in the browser, instead of pre-generating static files of documentation.
Will have to contemplate....
- Blog Categories:
Comments
This is a great idea.
This is a great idea. Especially since it is already available via the SIP. We could skip doxygen and complexity, and just rely on the information that is already available. it could be converted on the fly as you say. That is brilliant, and possibly does not require anything more than what is already in spec
Post new comment