mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32087 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ad132e2e99
commit
0b317145d7
@ -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
|
||||
|
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user