After looking onto examples in distribution I have a feeling that DoxygenFilter doesn't support POD. It only adds support for Doxygen style documentation, here's one of the examples:
## @file # Useful helpers. ## @class # Container for helper functions. package Helper; ## @cmethod Helper new() # Create a new Helper. sub new { } ## @fn $ upcase($string) # Upcase a string. # @param string a string to be upcased # @return the upper-case version of string. sub upcase { return uc(shift); } 1;
Update: and yes DoxyFilt supports POD, so it seems it's a right tool for you.
In reply to Re^3: DoxygenFilter & DoxyFilt
by zwon
in thread DoxygenFilter & DoxyFilt
by rovingeyes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |