]> git.lyx.org Git - features.git/blobdiff - src/BackStack.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / BackStack.h
index d1dc6f973c96c70d1accce9e2294b5db0116b5dd..ca5a1b5264ced59ecb0a6aef5fd0e02d2495adda 100644 (file)
@@ -15,9 +15,9 @@
 
 #include "LString.h"
 
-// Created by Alejandro Aguilar Sierra, 970806
-
 /**  Utility to get back from a reference or from a child document.
+     @author Alejandro Aguilar Sierra
+     @version 970806
  */
 class BackStack {
 private:
@@ -50,7 +50,9 @@ public:
                stakk.pop();
                return bit.fname;
        }
-       ///
+       /**
+          @return returns #true# if the stack is empty, #false# otherwise.
+        */
        bool empty() const {
                return stakk.empty();
        }