]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
A couple comments and some very minor cleanup.
[lyx.git] / src / Layout.h
index e96d9ee9886dcc04ed14516307fa00d83bbd2202..bb3b32d04ddee3ca928696401741c25321f51e05 100644 (file)
@@ -282,9 +282,9 @@ private:
        std::string latexparam_;
        /// Internal tag to use (e.g., <title></title> for sect header)
        std::string innertag_;
-       /// Internal tag to use e.g. to surround varlistentry label)
+       /// Internal tag to use (e.g. to surround varentrylist label)
        std::string labeltag_;
-       /// Internal tag to surround the item text in a list)
+       /// Internal tag to surround the item text in a list.
        std::string itemtag_;
        /// Tag for HTML output, e.g., h2.
        std::string htmltag_;