mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31060 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7372c173a6
commit
7cf4a9fb9f
@ -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:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user