Difference between revisions of "Nesdoc"

From TinyOS Wiki
Jump to: navigation, search
(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 03: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

External links