Software Documentation: Difference between revisions

m link to new article
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 42: Line 42:
== Documenting other languages ==
== Documenting other languages ==
Aside from the Python-specific PyDoc, there are [http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc] (Windows and Fink) and [http://www.stack.nl/~dimitri/doxygen Doxygen] tools which should prove to meet all needs.  For doxygen, you can
Aside from the Python-specific PyDoc, there are [http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc] (Windows and Fink) and [http://www.stack.nl/~dimitri/doxygen Doxygen] tools which should prove to meet all needs.  For doxygen, you can
<source lang="bash">
<syntaxhighlight lang="bash">
sudo apt-get install doxygen-gui doxygen doxygen-doc
sudo apt-get install doxygen-gui doxygen doxygen-doc
</source>
</syntaxhighlight>


== Local Documentation Resources for your Operating System ==
== Local Documentation Resources for your Operating System ==