]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Allow the suppression of LyX's own labels.
[lyx.git] / src / Layout.h
index e96d9ee9886dcc04ed14516307fa00d83bbd2202..28085dbd6b1c1823267f06f8750c58f4bd17e83e 100644 (file)
@@ -282,28 +282,29 @@ 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.
+       /// Tag for HTML output, e.g., h2. Defaults to "div".
        std::string htmltag_;
-       /// Additional attributes for inclusion with the start tag
-       /// e.g.: class='section'.
+       /// Additional attributes for inclusion with the start tag. Defaults
+       /// to: class="layoutname".
        std::string htmlattr_;
        /// Tag for individual paragraphs in an environment. In lists, this
        /// would be something like "li". But it also needs to be set for
        /// quotation, e.g., since the paragraphs in a quote need to be 
-       /// in "p" tags.
+       /// in "p" tags. Default is "div".
        std::string htmlitem_;
-       /// Attributes for htmlitem_
+       /// Attributes for htmlitem_. Default is: class="layoutnameitem".
        std::string htmlitemattr_;
        /// Tag for labels, of whatever sort. One use for this is in setting
        /// descriptions, in which case it would be: dt. Another use is to
        /// customize the display of, say, the auto-generated label for 
-       /// sections (in that case, it might be: span).
+       /// sections. Defaults to "span".
+       /// If set to "NONE", this suppresses the printing of the label.
        std::string htmllabel_;
-       /// Attributes for the label.
+       /// Attributes for the label. Defaults to: class="layoutnamelabel".
        std::string htmllabelattr_;
        /// Whether to put the label before the item, or within the item.
        /// I.e., do we have (true):