Jump to content

Documentation: Difference between revisions

no edit summary
m (Add accidentally omitted word)
No edit summary
Line 41:
end Instrument;</lang>
There is also a tool called [http://sourceforge.net/projects/adadoc/ AdaDoc]. This can be used to generate documentation of an Ada module (or modules?) for a variety of different formats: HTML, LaTeX, plain text and more.
 
=={{header|Arturo}}==
 
<lang arturo>:doc #{
project ~Arturo
 
author "Dr.Kameleon"
email "drkameleon@gmail.com"
license "MIT"
 
file "Documentation.art"
}
 
someFunc {
:doc #{ description "takes two numbers and adds them up" }
 
return &0+&1
}</lang>
 
=={{header|AutoHotkey}}==
You can use the [http://www.autohotkey.com/forum/viewtopic.php?t=22548 GenDocs library].<br>
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.