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

This commit is contained in:
Francisco Jerez 2014-04-04 14:06:11 +02:00
parent 489cb0b2d1
commit 4ccff1499c
1 changed files with 6 additions and 4 deletions

View File

@ -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
///