summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-09 18:00:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-05-09 18:00:27 (GMT)
commitcd998a7164e30cee896cccd190846b79ebb4355f (patch)
tree36228200640a1cf5e57979b0e755c9d10200d320 /doc
parent57ef51ac1d1917f46cd36a9f75aa81bc9c4d086d (diff)
downloadDoxygen-cd998a7164e30cee896cccd190846b79ebb4355f.zip
Doxygen-cd998a7164e30cee896cccd190846b79ebb4355f.tar.gz
Doxygen-cd998a7164e30cee896cccd190846b79ebb4355f.tar.bz2
Reintroducing the sidebar layout via new FULL_SIDEBAR option.
- This new page layout is only enabled if DISABLE_INDEX=YES, GENERATE_TREEVIEW=YES, and FULL_SIDEBAR=YES.
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/customize.doc10
-rw-r--r--doc/layout_noindex_and_sidebar.pngbin0 -> 11914 bytes
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 7dbe120..9fc5e26 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -86,6 +86,7 @@ set(DOC_FILES
layout_index_and_treeview.png
layout_noindex_and_notreeview.png
layout_noindex_and_treeview.png
+ layout_noindex_and_sidebar.png
lists.doc
markdown.doc
output.doc
diff --git a/doc/customize.doc b/doc/customize.doc
index c95c4c2..55ddbdc 100644
--- a/doc/customize.doc
+++ b/doc/customize.doc
@@ -59,10 +59,20 @@ you can switch to an interactive navigation tree as sidebar using
- \ref cfg_disable_index "DISABLE_INDEX" = \c YES
- \ref cfg_generate_treeview "GENERATE_TREEVIEW" = \c YES
+- \ref cfg_generate_treeview "FULL_SIDEBAR" = \c NO
\image html layout_noindex_and_treeview.png
\image latex layout_noindex_and_treeview.png width=8cm
+you can also make the content span the title area of the screen using
+
+- \ref cfg_disable_index "DISABLE_INDEX" = \c YES
+- \ref cfg_generate_treeview "GENERATE_TREEVIEW" = \c YES
+- \ref cfg_generate_treeview "FULL_SIDEBAR" = \c YES
+
+\image html layout_noindex_and_sidebar.png
+\image latex layout_noindex_and_sidebar.png width=8cm
+
or even have both forms of navigation:
- \ref cfg_disable_index "DISABLE_INDEX" = \c NO
diff --git a/doc/layout_noindex_and_sidebar.png b/doc/layout_noindex_and_sidebar.png
new file mode 100644
index 0000000..f0cd225
--- /dev/null
+++ b/doc/layout_noindex_and_sidebar.png
Binary files differ