Thursday, February 08, 2007

Plans for 4.99.32

In 4.99.32 it will be possible to specify the order in which items are to appear in the documentation. For instance, given the header:
 /****f* Test/test
* NAME
* Test
* FUNCTION
* Does a test.
* EXAMPLE
* test()
* SOURCE
*
void test( void )
/*****/

and a robodoc.rc file that includes:

item order:
NAME
SOURCE

The documentation will look like this:

NAME
Test
SOURCE
void test( void )
FUNCTION
Does a test.
EXAMPLE
test()

0 comments: