From: Abdelrazak Younes Date: Tue, 3 Oct 2006 13:59:01 +0000 (+0000) Subject: Put back doxygen comments deleted from lyx_gui.h. X-Git-Tag: 1.6.10~12471 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1d2dfadbc7f83a0b4eb4e77977d9de8970625fc;p=features.git Put back doxygen comments deleted from lyx_gui.h. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15212 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/Application.h b/src/frontends/Application.h index a141bf54d4..0959020230 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -46,12 +46,19 @@ public: /// virtual ~Application() {} + /// Start the main event loop, after executing the given batch + /// commands. int start(std::string const & batch); /// virtual Gui & gui() = 0; /// virtual int const exec() = 0; - /// + + /// Quit running LyX. + /** + * This may either quit directly or record the exit status + * and only stop the event loop. + */ virtual void exit(int status) = 0; /// @@ -81,7 +88,7 @@ public: BufferList & bufferList(); BufferList const & bufferList() const; - /// + /// Create the main window with given geometry settings. LyXView & createView(unsigned int width, unsigned int height, int posx, int posy, bool maximize);