Is there anyway to compile the documentation for only a module instead of the entire tree?
First you have to extract the autodoc, normally done with pike -x extract_autodoc. It does however expect to get a directory to recurse in as argument.
Then you would have to join the extracted file with pike -x join_autodoc. If there is only documentation in one file you can skip this step.
Next is making the right wrapper to describe how the documentation should be divided into chapters and files. These rules are applied with pike -x assemble_autodoc.
Finally you have to render an output format. Use the tools in refdoc/presentation.
/ Martin Nilsson (Åskblod)
Previous text:
2003-02-10 15:12: Subject: autodoc
Is there anyway to compile the documentation for only a module instead of the entire tree?
/ Peta, jo det är jag
pike-devel@lists.lysator.liu.se