Difference between revisions of "Nesdoc"

From TinyOS Wiki
Jump to: navigation, search
m
Line 5: Line 5:
 
To generate documentation of code you have to type:
 
To generate documentation of code you have to type:
 
  make platform docs
 
  make platform docs
 
+
An example of documentation generated by nesdoc is the [[Source Code Documentation]] of TinyOS.
 
== External links ==
 
== External links ==
 
*[http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/nesdoc Nesdoc docummentation]
 
*[http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/nesdoc Nesdoc docummentation]

Revision as of 03:18, 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

An example of documentation generated by nesdoc is the Source Code Documentation of TinyOS.

External links