Module: Mesa
Branch: master
Commit: 4ccff1499c956b51f18710c7308cbce883f64cd9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ccff1499c956b51f18710c7308cbce883f64cd9

Author: Francisco Jerez <[email protected]>
Date:   Fri Apr  4 14:06:11 2014 +0200

clover: Document that the *obj*() helpers already take care of object 
validation.

---

 src/gallium/state_trackers/clover/core/object.hpp |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/gallium/state_trackers/clover/core/object.hpp 
b/src/gallium/state_trackers/clover/core/object.hpp
index b8b3da8..697565c 100644
--- a/src/gallium/state_trackers/clover/core/object.hpp
+++ b/src/gallium/state_trackers/clover/core/object.hpp
@@ -113,7 +113,8 @@ namespace clover {
    }
 
    ///
-   /// Get a Clover object from an API object.
+   /// Get a Clover object from an API object performing object
+   /// validation.
    ///
    /// \a T can either be the Clover object type to return or a \a tag
    /// object to select some special validation behavior by means of a
@@ -131,8 +132,8 @@ namespace clover {
    }
 
    ///
-   /// Get a pointer to a Clover object from an API object. Returns
-   /// \c NULL if its argument is \c NULL.
+   /// Get a pointer to a Clover object from an API object performing
+   /// object validation.  Returns \c NULL if its argument is \c NULL.
    ///
    /// \sa obj
    ///
@@ -165,7 +166,8 @@ namespace clover {
    }
 
    ///
-   /// Get a range of Clover objects from a range of API objects.
+   /// Get a range of Clover objects from a range of API objects
+   /// performing object validation.
    ///
    /// \sa obj
    ///

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to