Merge branch 'v1.0.x'
[m6w6/ext-propro] / src / php_propro_api.h
index d82055ffa6d5c01b7bb98e02796221a66d2bf2c5..2c03c0f8e9a73d1ac9f863e7616fbb62b712735b 100644 (file)
@@ -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 */