X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=src%2Fphp_propro_api.h;fp=src%2Fphp_propro_api.h;h=2c03c0f8e9a73d1ac9f863e7616fbb62b712735b;hp=d82055ffa6d5c01b7bb98e02796221a66d2bf2c5;hb=82a22c5890659bb20931c76b94198a949447f1ea;hpb=0ef55616b66a3f554d89142944a9f684f3e78d65 diff --git a/src/php_propro_api.h b/src/php_propro_api.h index d82055f..2c03c0f 100644 --- a/src/php_propro_api.h +++ b/src/php_propro_api.h @@ -35,7 +35,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, void **cache_slot, zval *tmp) * { * zval *return_value; @@ -59,7 +59,7 @@ typedef struct php_property_proxy php_property_proxy_t; * * return return_value; * } - * ~~~~~~~~~~ + * \endcode */ struct php_property_proxy_object { /** The actual property proxy */