Files
Nim/doc
ringabout a345cde26e allow destructors to accept non var parameters; deprecate proc =destroy(x: var T) (#22130)
* make destructors accept non var parameters
* define nimAllowNonVarDestructor
* add a test case and a changelog
* update documentation and error messages
* deprecate destructors taking 'var T'
2023-06-21 08:51:03 +02:00
..
2022-10-05 14:03:10 -04:00
2022-08-12 14:33:43 -04:00
2023-05-11 10:10:51 +02:00
2022-06-04 07:03:03 +02:00
2023-01-04 15:10:44 -05:00
2023-02-07 16:15:44 +08:00
2023-03-03 23:37:12 +01:00
2022-10-05 14:03:10 -04:00

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

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