# | Line 39 | Line 39 | void Jargon::display(ios::PrintWriter& p | |
---|---|---|
39 | if (!grammar.IsEmpty()) xhtml.OutputText(" " + grammar); | |
40 | } | |
41 | ||
42 | < | for (xml::NodeSet::ConstIterator node(definition.Begin()); |
43 | < | node != definition.End(); ++node) |
44 | < | { |
45 | < | xml::ScopeElement p(xhtml, "p"); |
46 | < | |
47 | < | xhtml.OutputText(**node); |
48 | < | } |
42 | > | definition.WriteTo(xhtml); |
43 | } | |
44 | ||
45 | struct Section |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |