mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Adds some cross references to docgen manual.
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
Introduction
|
||||
============
|
||||
|
||||
This document describes the documentation generation tools built into the
|
||||
*Nimrod compiler*, which can generate HTML and JSON output from input .nim
|
||||
files and projects, as well as HTML and LaTeX from input RST (reStructuredText)
|
||||
files. The output documentation will include module dependencies (``import``),
|
||||
any top-level documentation comments (##), and exported symbols (*), including
|
||||
procedures, types, and variables.
|
||||
This document describes the `documentation generation tools`:idx: built into
|
||||
the `Nimrod compiler <nimrodc.html>`_, which can generate HTML and JSON output
|
||||
from input .nim files and projects, as well as HTML and LaTeX from input RST
|
||||
(reStructuredText) files. The output documentation will include module
|
||||
dependencies (``import``), any top-level documentation comments (##), and
|
||||
exported symbols (*), including procedures, types, and variables.
|
||||
|
||||
|
||||
Documentation Comments
|
||||
|
||||
@@ -538,6 +538,13 @@ on Linux::
|
||||
nimrod c --dynlibOverride:lua --passL:liblua.lib program.nim
|
||||
|
||||
|
||||
Nimrod documentation tools
|
||||
==========================
|
||||
|
||||
Nimrod provides the `doc`:idx: and `doc2`:idx: commands to generate HTML
|
||||
documentation from ``.nim`` source files. Only exported symbols will appear in
|
||||
the output. For more details `see the docgen documentation <docgen.html>`_.
|
||||
|
||||
Nimrod idetools integration
|
||||
===========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user