]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Fix bug #2213 (part 1): GuiChanges lacks "Previous Change" button.
[lyx.git] / src / ModuleList.h
index fef293bbcc6b3c220c30d4f1985752732f053d07..adee14525419425741a7d1ca18cf04e430bc1c3d 100644 (file)
@@ -40,6 +40,9 @@ namespace lyx {
  *  The description is used in the gui to give information to the user. The
  *  Requires and Excludes lines are read by the configuration script and
  *  written to a file lyxmodules.lst in the user configuration directory.
+ *
+ *  Modules can also be "provided" or "excluded" by document classes, using
+ *  the ProvidesModule and ExcludesModule tags.
  */
 
 class LyXModule {
@@ -108,7 +111,7 @@ public:
        ///
        ModuleList() {}
        /// reads the modules from a file generated by configure.py
-       bool load();
+       bool read();
        ///
        LyXModuleList::const_iterator begin() const;
        ///