diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/pragmas.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/pragmas.txt b/doc/manual/pragmas.txt index 2a276c2e7..af955a3e0 100644 --- a/doc/manual/pragmas.txt +++ b/doc/manual/pragmas.txt @@ -1018,12 +1018,12 @@ the -d/--define option at compile time. The implementation currently provides the following possible options (various others may be added later). -=============== ============================================ -pragma description -=============== ============================================ -intdefine Reads in a build-time define as an integer -strdefine Reads in a build-time define as a string -=============== ============================================ +================= ============================================ +pragma description +================= ============================================ +`intdefine`:idx: Reads in a build-time define as an integer +`strdefine`:idx: Reads in a build-time define as a string +================= ============================================ .. code-block:: nim const FooBar {.intdefine.}: int = 5 |