projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e2b6f
)
bdr: doc: Always generate TOC even if section only has single entry.
author
Petr Jelinek
<pjmodos@pjmodos.net>
Mon, 23 Mar 2015 00:16:09 +0000
(
01:16
+0100)
committer
Petr Jelinek
<pjmodos@pjmodos.net>
Mon, 23 Mar 2015 00:16:09 +0000
(
01:16
+0100)
doc/stylesheet.dsl
patch
|
blob
|
blame
|
history
diff --git
a/doc/stylesheet.dsl
b/doc/stylesheet.dsl
index 0121e1e59e14e334cbe2d8eb8b60a574e64b7f4b..c9a764e2937eb8da68421a8125ce30b0669b0788 100644
(file)
--- a/
doc/stylesheet.dsl
+++ b/
doc/stylesheet.dsl
@@
-42,6
+42,9
@@
;; Show comments during the development stage.
(define %show-comments% draft-mode)
+;; Force a chapter TOC even if it includes only a single entry
+(define %force-chapter-toc% #t)
+
;; Don't append period if run-in title ends with any of these
;; characters. We had to add the colon here. This is fixed in
;; stylesheets version 1.71, so it can be removed sometime.