From 92242aeaf21903a4c5a12a7c74eb77fcd7158a52 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 7 Dec 2006 18:09:37 +0000 Subject: I've just noticed some unacceptably long lines in code paragraphs in the Halibut manual. They turn out to be \cfg directives with multiple braced sections after them. The obvious thing to do for legibility would be to wrap those sections by putting newlines between } and {, but that isn't legal in the Halibut syntax. Therefore, it is now :-) For paragraph types which don't have any body text (such as \cfg), we are now lenient about whitespace between multiple keywords. So I can fix the docs so they don't go over the limit, and be confident that the fixed version is still technically accurate. [originally from svn r6970] --- inputs/test.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inputs') diff --git a/inputs/test.but b/inputs/test.but index af1f2fc..dc07916 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -3,7 +3,8 @@ See If Wrapping Titles Works OK. In Fact This Title Will Span Three Lines, Not Just Two. How's That For Ludicrous? \cfg{xhtml-leaf-smallest-contents}{2} -\cfg{xhtml-leaf-contains-contents}{true} +\cfg{xhtml-leaf-contains-contents} +{true} \cfg{info-dir-entry}{Sillinesses}{test.but}{Halibut test document} \cfg{info-dir-entry}{Florbles}{test.but}{Subsection of Halibut test document}{sub-sub} -- cgit v1.1