mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
more documentation improvements; fixes #9119
This commit is contained in:
@@ -135,7 +135,7 @@ them along the Nim code is easier than using a system library. Libraries
|
||||
installed on the host system can be linked in with the `PassL pragma
|
||||
<nimc.html#passl-pragma>`_.
|
||||
|
||||
To wrap native code, take a look at the `c2nim tool <c2nim.html>`_ which helps
|
||||
To wrap native code, take a look at the `c2nim tool <https://nim-lang.org/docs/c2nim.html>`_ which helps
|
||||
with the process of scanning and transforming header files into a Nim
|
||||
interface.
|
||||
|
||||
|
||||
@@ -7344,7 +7344,7 @@ prefixes ``/*TYPESECTION*/`` or ``/*VARSECTION*/`` or ``/*INCLUDESECTION*/``:
|
||||
ImportCpp pragma
|
||||
----------------
|
||||
|
||||
**Note**: `c2nim <c2nim.html>`_ can parse a large subset of C++ and knows
|
||||
**Note**: `c2nim <https://nim-lang.org/docs/c2nim.html>`_ can parse a large subset of C++ and knows
|
||||
about the ``importcpp`` pragma pattern language. It is not necessary
|
||||
to know all the details described here.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ The standard distribution ships with the following tools:
|
||||
and obtain useful information like definition of symbols or suggestions for
|
||||
completion.
|
||||
|
||||
- | `C2nim <c2nim.html>`_
|
||||
- | `C2nim <https://nim-lang.org/docs/c2nim.html>`_
|
||||
| C to Nim source converter. Translates C header files to Nim.
|
||||
|
||||
- | `nimgrep <nimgrep.html>`_
|
||||
|
||||
@@ -160,6 +160,8 @@ lib/pure/mimetypes.nim
|
||||
lib/pure/json.nim
|
||||
lib/pure/base64.nim
|
||||
lib/pure/scgi.nim
|
||||
lib/impure/nre.nim
|
||||
lib/deprecated/pure/sockets.nim
|
||||
lib/deprecated/pure/asyncio.nim
|
||||
lib/pure/collections/tables.nim
|
||||
lib/pure/collections/sets.nim
|
||||
|
||||
Reference in New Issue
Block a user