summary refs log tree commit diff stats
path: root/doc/docs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs.txt')
-rwxr-xr-xdoc/docs.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/docs.txt b/doc/docs.txt
index b51c36560..6f4fddf16 100755
--- a/doc/docs.txt
+++ b/doc/docs.txt
@@ -22,6 +22,10 @@ The documentation consists of several documents:
 - | `Manual <manual.html>`_
   | The Nimrod manual is a draft that will evolve into a proper specification.
 
+- | `Source code filters <filters.html>`_
+  | The Nimrod compiler supports source code filters as a simple yet powerful
+    builtin templating system.
+
 - | `Internal documentation <intern.html>`_
   | The internal documentation describes how the compiler is implemented. Read
     this if you want to hack the compiler.