]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/FormCopyright.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / frontends / kde / FormCopyright.h
index 4952433fbdd1e6c726aca65801284dbf8e1afdd3..359fa0822ba302be4d2748a765bba1ed1d57c7f1 100644 (file)
 
 #include "DialogBase.h"
 
-/**
-  *@author Jürgen Vigna
-  */
 
 class Dialogs;
 class LyXFunc;
 class FormCopyrightDialog;
 
+/**
+  @author Jürgen Vigna
+  */
 class FormCopyright : public DialogBase  {
 public: 
        FormCopyright(LyXFunc *, Dialogs *);
        ~FormCopyright();
 
 private: 
-       /**@name Slot Methods */
-       //@{
        /// Create the dialog if necessary, update it and display it.
        void show();
        /// Hide the dialog.
        void hide();
        /// Not used but we've got to implement it.
        void update() {}
-       //@}
 
-       /**@name Private Data */
-       //@{
        /// Real GUI implementation.
        FormCopyrightDialog * dialog_;
        /** Which LyXFunc do we use?
@@ -59,7 +54,6 @@ private:
        Dialogs * d_;
        /// Hide connection.
        SigC::Connection h_;
-       //@}
 };
 
 #endif