diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-01 15:34:03 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-01 17:59:58 +0200 |
commit | a1291a318751d8d9111eb3d0b8189b0d6987c400 (patch) | |
tree | 565518edc029e2e38ac85e0c04f2780901151223 /doc | |
parent | 5f4ffc68130d7d66ccbf1b84cc750c8d69fad0f7 (diff) | |
download | Nim-a1291a318751d8d9111eb3d0b8189b0d6987c400.tar.gz |
fixes #375
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/filters.txt b/doc/filters.txt index 46bc6c3e5..1937b187c 100644 --- a/doc/filters.txt +++ b/doc/filters.txt @@ -23,6 +23,10 @@ just like an ordinary procedure call with named or positional arguments. The available parameters depend on the invoked filter. Before version 0.12.0 of the language ``#!`` was used instead of ``#?``. +**Hint:** With ``--hint[codeBegin]:on```or ``--verbosity:2`` +(or higher) Nim lists the processed code after each filter +application. + Pipe operator ============= @@ -41,9 +45,6 @@ Filters can be combined with the ``|`` pipe operator:: Available filters ================= -**Hint:** With ``--verbosity:2`` (or higher) Nim lists the processed code -after each filter application. - Replace filter -------------- |