The documentation says that robodoc recognizes various items, including INPUTS and OUTPUT. It also says that one can include custom ones in the "items" section.
Well, I just tried to use INPUT (in singular) as opposed to INPUTS ...and it just won't take it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The documentation says that robodoc recognizes various items, including INPUTS and OUTPUT. It also says that one can include custom ones in the "items" section.
Well, I just tried to use INPUT (in singular) as opposed to INPUTS ...and it just won't take it
Hoi,
I've just tried this with
robodoc.rc
-------------
items:
INPUT
FUNCTION
-------------
test.c
-------------
/****f* Test/test
* FUNCTION
* a test
* INPUT
* * par 1
*****
*/
-------------
And
robodoc-4-99-34.exe --src test.c --doc api --html --singledoc
which works.
Can you give an example of the .rc file and sourcefile
where it fails for you?
Have fun,
Frans.
I will get back to you when a return from vacation around the end of the month.
gsal
My bad...I had a typo of my own.
INPUT does work after all.
gsal