Comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32087 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 18:28:36 +00:00
parent ad132e2e99
commit 0b317145d7
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*
* \author Asger Alstrup
* \author Lars Gullik Bjønnes
* \author Richard Heck (XHTML output)
* \author Jean-Marc Lasgouttes
* \author Angus Leeming
* \author John Levon

View File

@ -23,6 +23,9 @@ class Buffer;
class OutputParams;
class Text;
// Inspiration for the *Tag structs and for XHTMLStream
// came from MathStream and its cousins.
struct StartTag {
///
StartTag(std::string const & tag) : tag_(tag) {}