diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2018-09-15 17:32:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-15 17:32:30 (GMT) |
commit | b604de30d948b02d6f931d9411ed626a4d2b43d7 (patch) | |
tree | 7d609b39c6b8f8289f6542b82782ef80e111767d /doc | |
parent | 6c1c88f41aa68e6999bfa4b72e37c5a8034588a5 (diff) | |
parent | d198c549fb88769912761d75277680438d88d69b (diff) | |
download | Doxygen-b604de30d948b02d6f931d9411ed626a4d2b43d7.zip Doxygen-b604de30d948b02d6f931d9411ed626a4d2b43d7.tar.gz Doxygen-b604de30d948b02d6f931d9411ed626a4d2b43d7.tar.bz2 |
Merge pull request #6487 from albert-github/feature/bug_docbook
Implementation of standard generator for docbook output
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index a630aac..beda764 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -2034,7 +2034,7 @@ Make sure you have first read \ref intro "the introduction". \addindex \\tableofcontents Creates a table of contents at the top of a page, listing all sections and subsections in the page. The `option` can be `HTML` or `LaTeX` - or `XML`. When a `level` is specified this means the maximum nesting level + or `XML` or `DocBook`. When a `level` is specified this means the maximum nesting level that is shown. The value of `level` should be in the range 1..5, values outside this range are considered to be 5. In case no `level` is specified `level` is set to 5 (show all) |