]> git.lyx.org Git - features.git/blobdiff - src/Chktex.h
Replace LString.h with support/std_string.h,
[features.git] / src / Chktex.h
index 745e8b449317c8b1dddd1a5af833c084d9495fc9..aa8311501dfdb1ac3f602cea8822c9bca0ef8641 100644 (file)
@@ -1,26 +1,18 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
- * 
- *           LyX, The Document Processor
+/**
+ * \file Chktex.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ * \author Asger Alstrup
  *
- *           This file is Copyright 1997
- *           Asger Alstrup
- *
- * ====================================================== 
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef CHKTEX_H
 #define CHKTEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "LString.h"
+#include "support/std_string.h"
 
 class LyXLex;
 class TeXErrors;
@@ -35,7 +27,7 @@ public:
        */
        Chktex(string const & cmd, string const & file,
               string const & path);
-       
+
        /** Runs chktex.
            @return -1 if fail, number of messages otherwise.
          */
@@ -49,7 +41,7 @@ private:
 
        ///
        string file;
-       
+
        ///
        string path;
 };