Difference between revisions of "Nesdoc"
(New page: '''Nesdoc''' is a tool to generate documentation from Nesc source code. == Usage == To generate documentation of code you have to type: make platform docs == External links == *[http://...) |
m |
||
Line 2: | Line 2: | ||
== Usage == | == Usage == | ||
+ | Nesdoc interprets all comments of the source which begin by ''/**''. | ||
To generate documentation of code you have to type: | To generate documentation of code you have to type: | ||
make platform docs | make platform docs |
Revision as of 02:13, 26 November 2009
Nesdoc is a tool to generate documentation from Nesc source code.
Usage
Nesdoc interprets all comments of the source which begin by /**. To generate documentation of code you have to type:
make platform docs