mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
doc: use doxygen @p to refer to parameters
This commit is contained in:
committed by
Xiang Wang
parent
f9af9f85b2
commit
58eda9155d
@@ -143,7 +143,7 @@ hs_error_t HS_CDECL hs_deserialize_database(const char *bytes,
|
||||
* by @ref hs_serialize_database() at a given memory location.
|
||||
*
|
||||
* This function (unlike @ref hs_deserialize_database()) will write the
|
||||
* reconstructed database to the memory location given in the @a db parameter.
|
||||
* reconstructed database to the memory location given in the @p db parameter.
|
||||
* The amount of space required at this location can be determined with the
|
||||
* @ref hs_serialized_database_size() function.
|
||||
*
|
||||
|
Reference in New Issue
Block a user