Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

File metadata and controls

31 lines (21 loc) · 1.06 KB

Doxygen::Filter::Moon

Version 1.0

  • Doxygen::Filter::Moon - A moonscript code pre-filter for Doxygen

MOTIVATION

  • I wanted to learn how to write a filter for Doxygen. Since i already use it for my C/CPP projects i was curious if i can make a filter for Moonscript.
    • FYI: There is already an existing tool to generate docs for MoonScript (Ldoc), it is what i've been using in my other projects.
  • I wanted to learn Perl since i've never used it and this is my first project with it. And i was lucky enough to find a reference to follow doxygen-filter-perl
  • Lastly i wanted to give my self options ;)

FEATURES

The features of Doxygen::Filter::Moon are as follows:
    Support for Doxygen style comments in Moonscript

INSTALLATION

To install this module type the following:
perl Makefile.PL
make
make install