X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_raphf_api.h;h=ffc9a03cd433cc1f16c889510938909e82e08356;hb=1c8df848f1d5e17ba9b2df17e8b9b47d25a6ee16;hp=4245c468efbf6b284988b0c6c5d453b626b2f6a0;hpb=b1022d895db9be6ad9cfb43ad70bea0a829eba61;p=m6w6%2Fext-raphf diff --git a/src/php_raphf_api.h b/src/php_raphf_api.h index 4245c46..ffc9a03 100644 --- a/src/php_raphf_api.h +++ b/src/php_raphf_api.h @@ -326,7 +326,7 @@ PHP_RAPHF_API void *php_persistent_handle_accrete( * ressources. * * Example: - * ~~~~~~~~~~~~~~~{.c} + * \code{.c} * php_resource_factory_t *create_my_rf(const char *persistent_id_str, * size_t persistent_id_len TSRMLS_DC) * { @@ -347,7 +347,7 @@ PHP_RAPHF_API void *php_persistent_handle_accrete( * } * return rf; * } - * ~~~~~~~~~~~~~~~ + * \endcode */ PHP_RAPHF_API php_resource_factory_ops_t * php_persistent_handle_get_resource_factory_ops(void); @@ -404,7 +404,7 @@ PHP_RAPHF_API void php_persistent_handle_cleanup(const char *name_str, * Retrieve statistics about the current process/thread's persistent handles. * * @return a HashTable like: - * ~~~~~~~~~~~~~~~ + * \code * [ * "name" => [ * "ident" => [ @@ -413,7 +413,7 @@ PHP_RAPHF_API void php_persistent_handle_cleanup(const char *name_str, * ] * ] * ] - * ~~~~~~~~~~~~~~~ + * \endcode */ PHP_RAPHF_API HashTable *php_persistent_handle_statall(HashTable *ht TSRMLS_DC);