]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ButtonController.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ButtonController.h
index cec52bf5666f45f03d49d22770d56f7ce4a6984e..6d72430c9dce298495731553b86db7ecf1848050 100644 (file)
@@ -45,9 +45,7 @@ public:
        ~ButtonController();
 
        //@{
-       /** Methods to set and get the ButtonPolicy.
-        *  \param ptr is owned by the ButtonController.
-        */
+       /// Methods to set and get the ButtonPolicy.
        void setPolicy(ButtonPolicy::Policy policy);
        ButtonPolicy const & policy() const;
        ButtonPolicy & policy();
@@ -83,8 +81,9 @@ public:
         */
        bool setReadOnly(bool);
 
-       /** \param validity Tell the BC that the data is, or is not, valid.
+       /**
         *  Sets the activation state of the buttons immediately.
+        * \param validity Tell the BC that the data is, or is not, valid.
         */
        void setValid(bool);
 
@@ -93,8 +92,7 @@ public:
        //
 
        //@{
-       /** Store pointers to these widgets.
-        */
+       /// Store pointers to these widgets.
        void setOK(QPushButton * obj);
        void setApply(QPushButton * obj);
        void setCancel(QPushButton * obj);