]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
More general fix for part of 5403.
[lyx.git] / src / ModuleList.h
index fef293bbcc6b3c220c30d4f1985752732f053d07..66353affe35928ad443503fe3f5aac64733eda1c 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 {