Hello all,

i would like start to add some actual documentation for important functions in 
the doxygen format. I would suggest that we using the "C" syntax of doxygen, 
that is already used within the trunk. 

Example for this syntax:

/**
 * Timeout handler during wait for children exit. 
 * like sig_alarm_kill, but the timeout has occured when cleaning up,
 * try to leave a core for future diagnostics
 * \param signo signal for killing the children
 * \see sig_alarm_kill
 */
static void sig_alarm_abort(int signo) {..}

Existing documentation could be converted to the doxygen format, as in the 
example from main.c given above.

Any objections against documentation with this syntax and format?

Cheers,

Henning

_______________________________________________
Devel mailing list
[email protected]
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to