summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-08-15 20:58:10 +1000
committerKristian Høgsberg <krh@bitplanet.net>2013-08-15 14:42:44 -0700
commit2cc551b1ece7db700591ea8e0990bf68e6aa2574 (patch)
tree477f428732df76db5f8e90ae3e370b475a35d02b
parentf1696147381ac7f2977a5a0882a848d61074304a (diff)
publican: only split chapters and top-level sections onto separate pages
When generating HTML, don't split once we're into subjections. This generates a single page for each protocol interface instead of the previous separate pages for requests, events and enums. No effect on the rest of the HTML configuration.
-rw-r--r--doc/publican/publican.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/publican/publican.cfg b/doc/publican/publican.cfg
index d950584..0bc8a7e 100644
--- a/doc/publican/publican.cfg
+++ b/doc/publican/publican.cfg
@@ -6,3 +6,4 @@ type: Book
brand: common
tmp_dir: Wayland
toc_section_depth: 1
+chunk_section_depth: 1