1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

doc: Small fixes

This commit is contained in:
Nick Wellnhofer
2025-06-03 00:17:03 +02:00
parent 0ab5d7c557
commit 3d71ab4fa6
2 changed files with 12 additions and 8 deletions

View File

@@ -493,7 +493,7 @@ xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
* The mallocAtomicFunc is specialized for atomic block
* allocations (i.e. of areas useful for garbage collected memory allocators
*
* @deprecated #xmlMemGet.
* @deprecated Use #xmlMemGet.
*
* @param freeFunc place to save the free() function in use
* @param mallocFunc place to save the malloc() function in use