X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_propro_api.h;h=e22c239dc2c5bfd1c1c630a873ad7c2f107ce770;hb=refs%2Fheads%2Fv1.0.x;hp=a2add4fff791527fc18ec396d900da38ce7edc62;hpb=8e6c28e6e5c9ef473c705f49a4b9f30ed774231b;p=m6w6%2Fext-propro diff --git a/src/php_propro_api.h b/src/php_propro_api.h index a2add4f..e22c239 100644 --- a/src/php_propro_api.h +++ b/src/php_propro_api.h @@ -37,7 +37,7 @@ typedef struct php_property_proxy php_property_proxy_t; * member accessible by reference from PHP userland. * * Example: - * ~~~~~~~~~~{.c} + * \code{.c} * static zval *my_read_prop(zval *object, zval *member, int type, zend_literal *key TSRMLS_DC) * { * my_object_t *obj = zend_object_store_get_object(object TSRMLS_CC); @@ -73,7 +73,7 @@ typedef struct php_property_proxy php_property_proxy_t; * * return return_value; * } - * ~~~~~~~~~~ + * \endcode */ struct php_property_proxy_object { /** The std zend_object */