]> git.lyx.org Git - features.git/commitdiff
Comments.
authorRichard Heck <rgheck@comcast.net>
Tue, 8 Jul 2008 17:57:20 +0000 (17:57 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 8 Jul 2008 17:57:20 +0000 (17:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25506 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.h

index 13d2234873af1180318583e63c566d9b05bbdda6..62548879febd860899bc7a96db9d0bd695f5687c 100644 (file)
@@ -60,6 +60,18 @@ private:
 /// Simple TextClass objects are not directly constructed in the main 
 /// LyX code---the constructor is protected. (That said, in tex2lyx
 /// there are what amount to simple TextClass objects.)
+///
+/// A LayoutFile (see LayoutFile.{h,cpp}) represents a *.layout file.
+/// These are generally static objects---though they can be reloaded 
+/// from disk via LFUN_LAYOUT_RELOAD, so one should not assume that 
+/// they will never change.
+///
+/// A DocumentClass (see below) represents the layout information that
+/// is associated with a given Buffer. These are static, in the sense
+/// that they will not themselves change, but which DocumentClass is
+/// associated with a Buffer can change, as modules are loaded and 
+/// unloaded, for example.
+///
 class TextClass : protected ProtectCopy {
 public:
        ///