diff options
Diffstat (limited to 'lib/wrappers/sphinx.nim')
-rw-r--r-- | lib/wrappers/sphinx.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/sphinx.nim b/lib/wrappers/sphinx.nim index b4e127c65..e4a282968 100644 --- a/lib/wrappers/sphinx.nim +++ b/lib/wrappers/sphinx.nim @@ -12,7 +12,7 @@ # did not, you can find it at http://www.gnu.org/ # -## Nimrod wrapper for ``sphinx``. +## Nim wrapper for ``sphinx``. {.deadCodeElim: on.} when defined(windows): |