Content deleted Content added
Stevebroshar (talk | contribs) →See also: Remove links already in the doc; linked to old articles; low value |
Stevebroshar (talk | contribs) →Nim: Use line/block consistently |
||
Line 677:
====Nim====
[[Nim (programming language)|Nim]]
Nim also has documentation comments that use mixed [[Markdown]] and [[ReStructuredText]] markups.
The compiler can generate [[HTML]], [[LaTeX]] and [[JSON]] documentation from the documentation comments.
Documentation comments are part of the [[abstract syntax tree]] and can be extracted using macros.<ref>[https://nim-lang.github.io/Nim/macros.html#extractDocCommentsAndRunnables%2CNimNode macros.extractDocCommentsAndRunnables]</ref>
|