]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Harmonize naming
[lyx.git] / src / TextClass.h
index 2a9a00cba4a62bbdbd6e2c00a417d00bb4f352f5..8e27fd85ef1f0e25b403a329d87fcd49468b3605 100644 (file)
@@ -428,7 +428,9 @@ public:
        docstring const & htmlpreamble() const { return htmlpreamble_; }
        ///
        docstring const & htmlstyles() const { return htmlstyles_; }
-       ///
+       /// Looks for the layout of "highest level", other than Part (or other
+       /// layouts with a negative toc number), for use in constructing TOCs and 
+       /// similar information.
        Layout const & getTOCLayout() const;
        /// the paragraph style to use for TOCs, Bibliography, etc
        /// we will attempt to calculate this if it was not given