Re: New doxygen filter for Perl

2011-10-28 Thread Bill Cleveland
Sorry but your dual licensing was a deal breaker for me. I support the GPL3 terms, but I just don't like the idea of a commercial license being part of the mix. Good luck with your development. Bill

Re: New doxygen filter for Perl

2011-10-28 Thread Bill Cleveland
Thanks! Sorry about the spam. Google Groups finally let loose all my attempts to post. :p

Re: New doxygen filter for Perl

2011-10-22 Thread Bill Cleveland
Bret, I'm interested in helping you with your project. I currently use DoxyFilt to strip comments from POD and perl statements commented with "#=|". I have a lot of legacy code that I have to keep documented and keeping a tool that helps me in active development is good for everybody who uses P

Re: New doxygen filter for Perl

2011-10-22 Thread Bret Jordan
The repo is hosted at: http://perldoxygen.sourceforge.net/ and the project has been registered with CPAN. From what I can tell, the other attempts at doing this have all been abandoned and none of them were ever registered with CPAN. The one written by Bart, that Mark's was based on, I have taken

Re: New doxygen filter for Perl

2011-10-22 Thread Bill Cleveland
I was a little worried at first because DoxyFilt uses Doxygen::Perl::Filter, Doxygen::POD::Filter, Doxygen::Script::Filter, etc. Your namespace Doxygen::Filter::Perl doesn't look like it would cause much of a conflict. Mark Adkins (of doorways.org) wrote DoxyFilt and he uses Filter.pm in each o

Re: New doxygen filter for Perl

2011-10-12 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Bret Jordan wrote: > My thinking is that there would be a series of pre-filters, written in Perl > to parse output for Doxygen. One of those would obviously be for perl > sou

Re: New doxygen filter for Perl

2011-10-11 Thread Bret Jordan
I like the idea of Doxygen::Filter::Perl Bret Sent from my iPad On Oct 10, 2011, at 0:36, Steffen Mueller wrote: > Hi Bret, > > On 10/10/2011 01:25 AM, Bret Jordan wrote: >> My thinking is that there would be a series of pre-filters, written in >> Perl to parse output for Doxygen. One of tho

Re: New doxygen filter for Perl

2011-10-10 Thread Bret Jordan
My thinking is that there would be a series of pre-filters, written in Perl to parse output for Doxygen. One of those would obviously be for perl source code itself. I think something like: Doxygen::PerlFilter and Doxygen::SQLFilter, etc would be good name spaces. But I am not sure if the modul

Re: New doxygen filter for Perl

2011-10-09 Thread Steffen Mueller
Hi Bret, On 10/10/2011 01:25 AM, Bret Jordan wrote: My thinking is that there would be a series of pre-filters, written in Perl to parse output for Doxygen. One of those would obviously be for perl source code itself. I think something like: Doxygen::PerlFilter and Doxygen::SQLFilter, etc wou

Re: New doxygen filter for Perl

2011-10-09 Thread Steffen Mueller
On 10/07/2011 07:39 AM, Bret Jordan wrote: I am writing a greatly expanded and enhanced version of the doxygenfilter for Perl. I am thinking of calling this PerlDoxygen or something like it. What would you prefer and what name space would you suggest I use? Isn't the "Perl" part of the namesp

New doxygen filter for Perl

2011-10-07 Thread Bret Jordan
Dear Module Keepers, I am writing a greatly expanded and enhanced version of the doxygenfilter for Perl. I am thinking of calling this PerlDoxygen or something like it. What would you prefer and what name space would you suggest I use? Thanks Bret