diff options
-rw-r--r-- | doc/tools.txt | 4 | ||||
-rw-r--r-- | web/documentation.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/tools.txt b/doc/tools.txt index b0a45c575..bad603925 100644 --- a/doc/tools.txt +++ b/doc/tools.txt @@ -4,6 +4,10 @@ Tools available with Nim The standard distribution ships with the following tools: +- | `Documentation generator <docs/docgen.html>`_ + | The builtin document generator ``nim doc2`` generates HTML documentation + from ``.nim`` source files. + - | `Nimsuggest for IDE support <nimsuggest.html>`_ | Through the ``nimsuggest`` tool, any IDE can query a ``.nim`` source file and obtain useful information like definition of symbols or suggestions for diff --git a/web/documentation.txt b/web/documentation.txt index afb25d1d1..0e510bda6 100644 --- a/web/documentation.txt +++ b/web/documentation.txt @@ -21,6 +21,10 @@ Nim's Documentation | The user guide lists command line arguments, special features of the compiler, etc. + - | `Nim Backend Integration <docs/backends.html>`_ + | The Backend Integeration guide gives further information of how Nim can + interact with C, C++, Objective C and JavaScript. + .. container:: standout |