in reply to Natural Doc - Create fancy documentation for your Perl code.
Personally, I recommend Doxygen.
Doxygen generates JavaDoc-like documentation for projects in many languages, including C and C++. DoxygenFilter is a new take on an old project (DoxyFilt) that also handles ("filters") Perl code (including POD), and now promises support for multi-programming-language projects. See Examples of output generated by doxygen, or here.
HTH,
|
|---|