Difference between revisions of "AHM2012-Slicer-Documentation"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
See http://www.slicer.org/slicerWiki/index.php/Documentation/Description
+
== How to write end user documentation for your module ==
 +
* See [http://www.slicer.org/slicerWiki/index.php/Documentation/4.0/Modules/YOURMODULENAME Documentation/4.0/Modules/YOURMODULENAME]
 +
 
 +
== Source code naming and documentation style ==
 +
* See [http://www.slicer.org/slicerWiki/index.php/Documentation/4.0/HowTo HowTo]
 +
 
 +
== CMake documentation ==
 +
* Similarly to what's done in CTK, all Slicer CMake macro will be documented. See [http://www.commontk.org/docs/html/modules.html CTK API]

Revision as of 15:50, 10 January 2012

Home < AHM2012-Slicer-Documentation

How to write end user documentation for your module

Source code naming and documentation style

CMake documentation

  • Similarly to what's done in CTK, all Slicer CMake macro will be documented. See CTK API