Total Complexity | 0 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | from sdoc.sdoc2.formatter.html.HtmlFormatter import HtmlFormatter |
||
2 | from sdoc.sdoc2.NodeStore import NodeStore |
||
3 | |||
4 | |||
5 | class IconDefHtmlFormatter(HtmlFormatter): |
||
6 | """ |
||
7 | HtmlFormatter stub for definition of the Icon. |
||
8 | """ |
||
9 | |||
10 | |||
11 | # ---------------------------------------------------------------------------------------------------------------------- |
||
12 | NodeStore.register_formatter('icondef', 'html', IconDefHtmlFormatter) |
||
13 |