in reply to Re^2: Doxygen Perl Filter on Windows
in thread Doxygen Perl Filter on Windows
Sorry, I didn't intend to imply you wanted us to do your work for you, but just that I couldn't figure out from your description what problem you were having. In such cases examples can help a lot.
I got curious about the problem and it turns out that the module documentation is crap! Marshall had part of the answer and careful trawling through the module documentation and a little experimenting provided the rest. The key is that doxygen-filter-perl, as the name suggests, is just a filter. Use it as: doxygen-filter-perl source-file.pm > source-file.cpp then use doxygen Doxyfile as suggested in the documentation to parse the .cpp files and generate the documentation.
If I had a pile of this stuff to do I'd write a wrapper script that processes a directory tree of modules and scripts to do the doxygen-filter-perl step (copy appropriate code from the doxygen-filter-perl script).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Doxygen Perl Filter on Windows
by Anonymous Monk on Dec 28, 2011 at 16:27 UTC | |
by GrandFather (Saint) on Dec 28, 2011 at 22:20 UTC |