From 7cf4a9fb9fd95317da8a225d2e8eb7278dbd1c03 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 15 Aug 2009 18:45:54 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31060 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LayoutModuleList.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/LayoutModuleList.h b/src/LayoutModuleList.h index 2d93bff9a1..245b6a7e69 100644 --- a/src/LayoutModuleList.h +++ b/src/LayoutModuleList.h @@ -19,6 +19,12 @@ namespace lyx { class LayoutFile; +/** + Represents a list of modules, such as might be associated with + a particular document. Provides methods for adding modules, checking + if a module can be added, and, importantly, adapting the list to a + new DocumentClass. +*/ class LayoutModuleList { public: /// -- 2.39.2