]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / LaTeX.h
index fdc9f523325f658093c0ef065210faeb51da99a4..89325b2a2639c06de7530299cac5028e75f38700 100644 (file)
@@ -64,10 +64,10 @@ private:
 class LaTeX {
 public:
        /** Return values from scanLogFile() and run() (to come)
-
-         This enum should be enlarged a bit so that one could
-         get more feedback from the LaTeX run.
-         */
+           
+           This enum should be enlarged a bit so that one could
+           get more feedback from the LaTeX run.
+       */
        enum log_status {
                ///
                NO_ERRORS = 0,
@@ -154,7 +154,7 @@ protected:
        ///
        string path;
 
-       // used by scanLogFile
+       /// used by scanLogFile
        int num_errors;
 };