Jump to content

Code documentation

From Rivendell Wiki
Revision as of 23:02, 26 January 2026 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dan Mills has created a Doxygen template for the Rivendell project. While many functions are not yet documented, it is a step in the right direction.

Try:
./autogen.sh
./configure
make doxygen

In a fresh source tree, the output is placed in
docs/programming/<application>

I run the library first then all the rest in parallel which may need
amending if you are short on ram.

Regards, Dan.