]> Dogcows Code - chaz/openbox/commitdiff
updated documentation
authorDana Jansens <danakj@orodu.net>
Tue, 5 Nov 2002 08:46:23 +0000 (08:46 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 5 Nov 2002 08:46:23 +0000 (08:46 +0000)
otk/property.hh

index 73a98e5dfa4b4d8b35952e5db388fa899f29b356..72b6c505970a2a3e03853336820d7c297f52132e 100644 (file)
@@ -291,8 +291,8 @@ public:
                      retrieve all possible strings, use "(unsigned) -1".<br>
                      When the function returns, if it returns true, this will
                      contain the actual number of strings retrieved.<br>
-    @param value If the function returns true, then this contains all of the
-                 strings retrieved from the property's value.
+    @param strings If the function returns true, then this contains all of the
+                   strings retrieved from the property's value.
     @return true if retrieval of the specified property with the specified
             type was successful; otherwise, false
   */
@@ -301,9 +301,9 @@ public:
 
   //! Removes a property from a window
   /*!
-    @param The window id of the window to remove the property from
-    @param A member of the OBProperty::Atoms enum that specifies which property
-           to remove from the window
+    @param win The window id of the window to remove the property from
+    @param atom A member of the OBProperty::Atoms enum that specifies which
+                property to remove from the window
   */
   void erase(Window win, Atoms atom) const;
 
This page took 0.028085 seconds and 4 git commands to generate.