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. --- doc/publican/publican.cfg | 1 + 1 file changed, 1 insertion(+)
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 -- 1.8.2.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
