diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-15 23:09:09 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-06 22:02:10 +0200 |
commit | 96c548a7c6700cbc5206e5ea80c1eb87d349f3a3 (patch) | |
tree | 5f2efc5323017cecbfa0d98a8be015a90ae27b9f /svtools/Library_svt.mk | |
parent | 82a3eb625a846207839de7abc65ee14d3045c143 (diff) |
svtools: HtmlWriter - for writing HTML structure to a stream
HtmlWriter is used to write the structure of a HTML document to
a stream. The goal is to abstract the messy construction of
strings when writing attributes of a html element and other
HTML specifics needed when structuring a HTML document.
Change-Id: Ibdf42914e43ef02f16a43e4230575ed7340e68d8
Diffstat (limited to 'svtools/Library_svt.mk')
-rw-r--r-- | svtools/Library_svt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index 47628080b2c3..192f14a31c81 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -197,6 +197,7 @@ $(eval $(call gb_Library_add_exception_objects,svt,\ svtools/source/svhtml/htmlkywd \ svtools/source/svhtml/htmlout \ svtools/source/svhtml/htmlsupp \ + svtools/source/svhtml/HtmlWriter \ svtools/source/svhtml/parhtml \ svtools/source/svrtf/parrtf \ svtools/source/svrtf/rtfkeywd \ |