]> git.lyx.org Git - lyx.git/blobdiff - src/IndicesList.h
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / IndicesList.h
index 019c54835df336808cf935aa2324026992b2bbfa..69c8b3ef46452c28ee2d201dfa42352d885451c1 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:
        ///