
Reece Dunn wrote:
Joel de Guzman wrote:
Pavel Vozenilek wrote:
2. Spirit 1.8 docs: each line in code snippets is appended by empty line. Seems as CSS problem (unless its feature).
Hmmm... which code snippets? I can't find them.
I have had a look at the docs. For example, libs/spirit/doc/scanner.html has the following code snippet:
template<
typename IteratorT = char const*,
typename PoliciesT = scanner_policies<> >
class scanner;
The problem is in the html sources where every line is folloowed by a blank line, e.g.:
<html>
<head>
<title>The Scanner and Parsing</title>
...
-- this seems to be a problem with the HTML code generator.
I don't see it. Here's what I have: <html> <head> <title>The Scanner and Parsing</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="theme/style.css" type="text/css"> </head> I see no empty blank lines. Could someone else please confirm this? -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net