diff options
Diffstat (limited to 'doc/tame.texi')
-rw-r--r-- | doc/tame.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index bd7f18e..ea3d9e1 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -53,6 +53,7 @@ Free Documentation License". @menu * Preprocessor:: Metaprogramming system * Dependency Graph:: Dependency processing and flow analysis +* Symbol Table:: Lookup table for all objects * License:: Document License @end menu @@ -109,6 +110,7 @@ Free Documentation License". @c chapter @raisesections @include ../src/graph.texi +@include ../src/symtable.texi @lowersections @include license.texi |