]> git.lyx.org Git - features.git/commitdiff
Comments only.
authorRichard Heck <rgheck@lyx.org>
Fri, 30 Aug 2013 16:59:00 +0000 (12:59 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 30 Aug 2013 17:03:53 +0000 (13:03 -0400)
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