Files
Nim/doc
Zahary Karadjov 6fb372d96b The getSubsystem<T> example in the manual currently fails with a codegen error
A faulty proc declaration is generated:
N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void);
The manual has been edited to add a nodecl pragma, which alleviates the issue

Fix a typo in the vector_iterator example from the previous commit.
2015-04-14 00:03:31 +03:00
..
2015-03-12 13:48:59 +01:00
2015-02-18 13:44:01 +01:00
2015-02-24 00:13:27 +01:00
2015-02-15 16:20:32 +00:00
2015-03-12 12:17:08 +01:00
2014-08-28 22:36:14 +02:00
2014-08-28 22:36:14 +02:00
2014-08-31 11:42:31 +02:00
2014-08-28 22:36:14 +02:00
2014-08-28 22:36:14 +02:00
2015-01-16 00:22:49 +01:00
2015-02-24 18:32:45 +01:00
2015-02-15 16:20:32 +00:00
2015-02-15 16:20:32 +00:00
2014-09-12 01:37:48 +02:00
2014-10-20 08:44:00 +02:00
2014-10-05 00:26:22 +02:00
2014-11-04 08:38:56 +01:00
2015-02-15 16:20:32 +00:00
2014-08-28 22:36:14 +02:00
2015-01-16 00:22:49 +01:00
2014-08-28 22:36:14 +02:00
2014-08-28 22:36:14 +02:00
2015-01-16 00:22:49 +01:00
2014-09-24 03:01:16 +02:00
2014-11-04 08:38:56 +01:00
2015-02-16 02:56:40 +01:00

============================
Nim's documenation 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!