]> git.lyx.org Git - features.git/blobdiff - src/counters.h
Replace LString.h with support/std_string.h,
[features.git] / src / counters.h
index d1c0ef59af0ad94246d9e6fee1ab76e508953f2f..5b9d5323d20aa92a5abf9fe5d1b5dec2cbea9993 100644 (file)
@@ -1,24 +1,21 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file counters.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ * \author Martin Vermeer
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- *
- * ====================================================== */
-
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef COUNTERS_H
 #define COUNTERS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "LString.h"
+#include "support/std_string.h"
 #include <map>
 
 
@@ -55,10 +52,6 @@ private:
 /// Every instantiation is an array of counters of type Counter.
 class Counters {
 public:
-       ///
-       Counters();
-       ///
-       //~Counters();
        /// Add a new counter to array.
        void newCounter(string const & newc);
        /// Add new counter having oldc as its master.