]> git.lyx.org Git - lyx.git/blobdiff - src/IndicesList.h
Add special chain for Modules with OutputFormat for pLaTeX (Japanese)
[lyx.git] / src / IndicesList.h
index 019c54835df336808cf935aa2324026992b2bbfa..7fab436d6b331df948dbd30ea7a0ba248f616f91 100644 (file)
@@ -3,28 +3,12 @@
  * \file IndicesList.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
+ *
  * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
- *
- *
- * \class Index
- *
- * A class describing an Index type, such as "Index of Names".
- * Different Index types are used in splitted Indices
- *
- * An Index has a name and a shortcut notation. It uses a
- * user-specifyable GUI colour. All these can be set and
- * queried.
- *
- * \class IndicesList
- *
- * A class containing a vector of all defined indices within a
- * document. Has methods for outputting a '|'-separated string 
- * of all elements, and for adding, removing and renaming elements.
  */
 
-
 #ifndef INDICESLIST_H
 #define INDICESLIST_H
 
 
 namespace lyx {
 
+/**
+ * \class Index
+ *
+ * A class describing an Index type, such as "Index of Names".
+ * Different Index types are used in split Indices
+ *
+ * An Index has a name and a shortcut notation. It uses a
+ * user-specifiable GUI colour. All these can be set and
+ * queried.
+ *
+ * \class IndicesList
+ *
+ * A class containing a vector of all defined indices within a
+ * document. It has methods for outputting a '|'-separated string
+ * of all elements, and for adding, removing and renaming elements.
+ */
+
 class Index {
 public:
        ///
@@ -93,7 +94,7 @@ public:
        Index * find(docstring const & name);
        Index const * find(docstring const & name) const;
 
-       /** \returns the Index with the shortcut \c shortcut. 
+       /** \returns the Index with the shortcut \c shortcut.
         *  If not found, returns 0.
         */
        Index * findShortcut(docstring const & shortcut);