Files
Nim/doc
PhilippMDoerner 93407096db #22514 expand testament option docs (#22516)
* #22514 Expand docs on testament spec options

The file, line and column options of testament are not in the docs,
but can be very important to know.
They allow you to specify where a compile-time error originated from.

Particularly given that testament assumes the origin to always be
the test-file, this is important to know.

* #22514 Specify nimout relevance a bit more

* #22514 Fix slightly erroneous doc-link

* #22514 Add example

* #22514 Add some docs on ccodecheck
2023-08-19 17:25:38 +02:00
..
2023-07-02 22:36:05 +02:00
2022-10-05 14:03:10 -04:00
2023-07-24 19:48:41 +02:00
2022-08-12 14:33:43 -04:00
2023-08-04 18:00:00 +08:00
2023-07-02 22:36:05 +02:00
2022-06-04 07:03:03 +02:00
2023-08-06 19:07:36 +08:00
2023-02-07 16:15:44 +08:00
2023-07-02 22:36:05 +02:00
2023-03-03 23:37:12 +01:00
2023-07-02 22:36:05 +02:00
2023-07-02 22:36:05 +02:00
2022-10-05 14:03:10 -04:00
2023-07-02 22:36:05 +02:00

============================
Nim's documentation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *Markdown*, a markup language that reads
like ASCII and can be converted to HTML automatically!