diff options
Diffstat (limited to 'config/nimdoc.cfg')
-rwxr-xr-x | config/nimdoc.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 1db1ad6cf..541eacced 100755 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -1,5 +1,5 @@ # This is the config file for the documentation generator. -# (c) 2010 Andreas Rumpf +# (c) 2011 Andreas Rumpf # Feel free to edit the templates as you need. split.item.toc = "20" @@ -45,12 +45,16 @@ doc.body_toc = """ $tableofcontents <div class="content" id="content"> $moduledesc +<h1>Dependencies</h1> + $deps $content </div> """ doc.body_no_toc = """ $moduledesc +<h1>Dependencies</h1> + $deps $content """ |