22.11.2023 16:24:19 Marko Filipovic mark-o@users.sourceforge.net: Hi, I'm using doxygen to generate the xml detailed documentation of the functions for projects in C and Python. I found in-body comments really usefull in C code, because with them is possible to describe code in details, and later process xml when needed. I would like to ask if this option is also available for the Python code? And if it is, how can it be achived. Whichever configuration I have tried, or comments style, comments after...
I recently uploaded a new input filter for Perl to CPAN called PPI::Transform::Doxygen...
Just for the records: I solved it by writing a source filter that does the same as...
Ah, I think I understand. Using a batch wrapper means running the command through...
My perl executable is set to: perl4epic.bat (PATH includes C:\Progs\Perl5162\perl\bin)...
The only thing I can't figure out, is how to get perlcritic to run with this wrapper....
I had to tune the wrapper a bit for debugging to work, too. Here the last version,...
Yes I tried that already, but I was lacking the information that you are calling...