Nobody/Anonymous
-
2009-03-11
recently came a package in tcl (ruff) which can read and collect doclines
inside procs and insert the lines as function description.
May be it can also be done in robodoc?
p.e.
- consider all lines inside a SOURCE statement
- use lines starting with a special 'tag', defined in the robodoc.rc file
- 'tag' defaults to
'<whitespace|tab>#' -- sh, Tcl/Tk
'<whitespace|tab//' -- C, C++
'linestart and first sign != space' -- Fortran
..
I add a changed analyser.c file. It add all comments
(# and //) inside the SOURCE part to the FUNCTION part.
It needs still some polish.
HTH
rene