]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.h
small fix with footnote, use stringstream some more
[lyx.git] / src / Chktex.h
index 907efca4b3a8bf4a1cc151e27111ea9c8dc00441..745e8b449317c8b1dddd1a5af833c084d9495fc9 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *
  *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
  *           This file is Copyright 1997
  *           Asger Alstrup
@@ -29,14 +29,15 @@ class TeXErrors;
 class Chktex {
 public:
        /**
-         cmd = the chktex command, file = name of the (temporary) latex file,
-         path = name of the files original path.
-         */
+         @param cmd the chktex command.
+         @param file name of the (temporary) latex file.
+         @param path name of the files original path.
+       */
        Chktex(string const & cmd, string const & file,
               string const & path);
        
        /** Runs chktex.
-         Returns -1 if fail, number of messages otherwise.
+           @return -1 if fail, number of messages otherwise.
          */
        int run(TeXErrors &);
 private: