Jump to content

Code documentation: Difference between revisions

From Rivendell Wiki
No edit summary
imported>ImportBot
Imported from scrape
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Dan Mills has created a [https://www.doxygen.nl/ doxygen] template for the Rivendell project.  While many functions are not yet documented, it is a step in the right direction.
Dan Mills has created a [http://www.stack.nl/~dimitri/doxygen/ doxygen] template for the Rivendell project.  While many functions are not yet documented, it is a start in the right direction.


<PRE>
<PRE>

Latest revision as of 10:18, 9 May 2026

Dan Mills has created a doxygen template for the Rivendell project. While many functions are not yet documented, it is a start 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.