[OGo-Documentation] Doxygen
Chris H
documentation@opengroupware.org
Wed, 12 Jan 2005 00:52:34 -0500
Helge Hess wrote:
> Hi,
>
> BTW: something which also would be nice is a source code
> documentation, eg generate using Doxygen:
> http://www.stack.nl/~dimitri/doxygen/
>
> Maybe someone wants to work on this?
>
> Greets,
> Helge
Not worked with this before but the doxygen doc's suggest that this is
not to difficult. What is more difficult is to maintain it and keep it
current. So pls correct me if I am wrong with the following process;
1. setup an svn server
2. sync the svn archive with the source archive on a regular basis <any
particular release level??>
3. configure doxygen to process the svn tree
4. move the html output files to a designated area for online viewing
5. automate with cron. a few scripts and doxygen config file.
would this work?
/ch