]> mj.ucw.cz Git - libucw.git/commit
Enhanced documentation system.
authorMichal Vaner <vorner@ucw.cz>
Sun, 27 Jul 2008 11:32:30 +0000 (13:32 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 25 Aug 2008 21:36:34 +0000 (23:36 +0200)
commit01b1c8a44e698ba72a0e24c6c02a3662c3ba9fa2
tree3c5011eac1e32c3869e044864414f6c38de94eca
parent91972e1a8200da60d621b5341fc2e672a6d9f77b
Enhanced documentation system.

Comments are now

/**
 * Function comment.
 **/
void function(void);

or void function(void); /** Function comment **/

/***
 * Verbatim comment.
 ***/

or /*** Verbatim comment ***/

@param marks a function parameter.

It understands structures (to level 1, nested functions are flattened.
Is it needed?).
build/Makebottom
build/docconfig [new file with mode: 0644]
build/extract-doc.pl
ucw/doc/fastbuf.txt
ucw/fastbuf.h