-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from MoonGameLab/repo-doc
Project Docs
- Loading branch information
Showing
8 changed files
with
2,734 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# Doxygen::Filter::Moon | ||
|
||
## Currently in development | ||
## Version 1.0 | ||
|
||
* Clone the master branch for the proof of concept | ||
* Doxygen::Filter::Moon - A moonscript code pre-filter for Doxygen | ||
* Based on **[doxygen-filter-perl](https://github.com/jordan2175/doxygen-filter-perl)** | ||
|
||
|
||
## 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](https://lunarmodules.github.io/ldoc/manual/manual.md.html#Moonscript_Support)**), 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](https://github.com/jordan2175/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 test # TODO | ||
make install | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.