diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-08 18:11:21 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-08 18:11:21 +0100 |
commit | 2c3b327739b79d5ba7fe931e205bec1ad320b360 (patch) | |
tree | 6afca317bcd036a51e37e4cbec3cddb6bdeaf555 /src/plugins/html/DemoOutput.hpp | |
parent | 7269e0e232c7971248ffa47aa2ae44786f3d303a (diff) |
further extended the advanced document example, slightly improved XML serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading.
Diffstat (limited to 'src/plugins/html/DemoOutput.hpp')
-rw-r--r-- | src/plugins/html/DemoOutput.hpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/html/DemoOutput.hpp b/src/plugins/html/DemoOutput.hpp index 70a5daa..0819d7f 100644 --- a/src/plugins/html/DemoOutput.hpp +++ b/src/plugins/html/DemoOutput.hpp @@ -46,13 +46,7 @@ private: */ Rooted<xml::Element> transformSection(Handle<model::StructuredEntity> sec); Rooted<xml::Element> transformParagraph(Handle<model::StructuredEntity> par); - /** - * This method is to be called recursively to write a list to HTML. - * TODO: Implement - */ -// void writeList(Handle<StructuredEntity> sec, std::ostream& out, -// int tabdepth); - +// Rooted<xml::Element> transformList(Handle<model::StructuredEntity> list); //TODO: Implement emphasis. public: |