mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 04:38:40 +01:00
Fix errors in Doxygen comments
This commit is contained in:
parent
db33cb833f
commit
000a1efc9a
@ -28,7 +28,7 @@ public:
|
||||
* @brief Construct a new Schema using custom memory management
|
||||
* functions
|
||||
*
|
||||
* @parma allocFn malloc- or new-like function to allocate memory
|
||||
* @param allocFn malloc- or new-like function to allocate memory
|
||||
* within Schema, such as for Subschema instances
|
||||
* @param freeFn free-like function to free memory allocated with
|
||||
* the `customAlloc` function
|
||||
|
@ -49,7 +49,7 @@ public:
|
||||
* @brief Construct a new Subschema using custom memory management
|
||||
* functions
|
||||
*
|
||||
* @parma allocFn malloc- or new-like function to allocate memory
|
||||
* @param allocFn malloc- or new-like function to allocate memory
|
||||
* within Schema, such as for Subschema instances
|
||||
* @param freeFn free-like function to free memory allocated with
|
||||
* the `customAlloc` function
|
||||
|
@ -61,9 +61,9 @@ public:
|
||||
* will only continue for as long as the constraints are validated
|
||||
* successfully.
|
||||
*
|
||||
* @param schema Schema that the target must validate against
|
||||
* @param subschema Sub-schema that the target must validate against
|
||||
*
|
||||
* @return true if validation passes, false otherwise
|
||||
* @return \c true if validation passes; \c false otherwise
|
||||
*/
|
||||
bool validateSchema(const Subschema &subschema)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user