]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/clipbrd.h
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comment...
[wxWidgets.git] / interface / clipbrd.h
index 17598cf70bd76affc55e1fea91719a748532ec60..56cb32f0c03e1a200d0b7be4225ce3bd39153844 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        clipbrd.h
-// Purpose:     documentation for wxClipboard class
+// Purpose:     interface of wxClipboard
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -56,8 +56,7 @@
     @library{wxcore}
     @category{dnd}
 
-    @seealso
-    @ref overview_wxdndoverview, wxDataObject
+    @see @ref overview_wxdndoverview, wxDataObject
 */
 class wxClipboard : public wxObject
 {
@@ -78,7 +77,7 @@ public:
         After this function has been called, the clipboard owns the data, so do not
         delete
         the data explicitly.
-        
+
         @see SetData()
     */
     bool AddData(wxDataObject* data);
@@ -142,7 +141,7 @@ public:
         After this function has been called, the clipboard owns the data, so do not
         delete
         the data explicitly.
-        
+
         @see AddData()
     */
     bool SetData(wxDataObject* data);
@@ -162,3 +161,4 @@ public:
     */
     void UsePrimarySelection(bool primary = true);
 };
+