X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBackStack.h;h=ca5a1b5264ced59ecb0a6aef5fd0e02d2495adda;hb=797d87b4513088a66b17c7ac653b84e36ea80458;hp=d1dc6f973c96c70d1accce9e2294b5db0116b5dd;hpb=612a097878de07556b76f7445a5564320987ff97;p=features.git diff --git a/src/BackStack.h b/src/BackStack.h index d1dc6f973c..ca5a1b5264 100644 --- a/src/BackStack.h +++ b/src/BackStack.h @@ -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(); }