diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-08 20:31:30 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-08 20:31:30 +0100 |
commit | b05499223916879e051d102e1b7e2fd080f46e7d (patch) | |
tree | f4cade370ee065ed4303ecb71cd47a20ce93c22e /src/plugins/html/DemoOutput.hpp | |
parent | 2c3b327739b79d5ba7fe931e205bec1ad320b360 (diff) |
further extended advanced document (now list domain is supported as well) and extended DemoOutput accordingly.
Diffstat (limited to 'src/plugins/html/DemoOutput.hpp')
-rw-r--r-- | src/plugins/html/DemoOutput.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/html/DemoOutput.hpp b/src/plugins/html/DemoOutput.hpp index 0819d7f..6c046e7 100644 --- a/src/plugins/html/DemoOutput.hpp +++ b/src/plugins/html/DemoOutput.hpp @@ -46,8 +46,8 @@ private: */ Rooted<xml::Element> transformSection(Handle<model::StructuredEntity> sec); Rooted<xml::Element> transformParagraph(Handle<model::StructuredEntity> par); -// Rooted<xml::Element> transformList(Handle<model::StructuredEntity> list); - //TODO: Implement emphasis. + Rooted<xml::Element> transformList(Handle<model::StructuredEntity> list); +// TODO: Implement emphasis. public: /** |