Jump to content

Documentation: Difference between revisions

obsolete
(→‎{{header|Lua}}: added Lua solution)
(obsolete)
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}}==
1,532

edits

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