summary refs log tree commit diff stats
path: root/lib/std/compilesettings.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-30 22:26:52 -0700
committerGitHub <noreply@github.com>2021-05-01 07:26:52 +0200
commit82996aee3f4ab620a210ab73946f87d44052d999 (patch)
treecb931ff34a0ceb39acf967c0142ee8ee35f9d2a7 /lib/std/compilesettings.nim
parent1f1d85bb9c614d93ce38becdcc421dda00264a75 (diff)
downloadNim-82996aee3f4ab620a210ab73946f87d44052d999.tar.gz
misc fixes: remove `forceConst` (obsolete by static), add more runnableExamples to system (#17896)
* misc fixes

* add runnableExamples for compileOption

* add runnableExamples for runnableExamples

* move tconsteval => tconst

* cleanup
Diffstat (limited to 'lib/std/compilesettings.nim')
-rw-r--r--lib/std/compilesettings.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/compilesettings.nim b/lib/std/compilesettings.nim
index 725b68acd..273cfdb57 100644
--- a/lib/std/compilesettings.nim
+++ b/lib/std/compilesettings.nim
@@ -8,7 +8,7 @@
 #
 
 ## This module allows querying the compiler about
-## diverse configuration settings.
+## diverse configuration settings. See also `compileOption`.
 
 # Note: Only add new enum values at the end to ensure binary compatibility with
 # other Nim compiler versions!