From: Michael Wallner Date: Wed, 30 Sep 2015 10:40:19 +0000 (+0200) Subject: Merge branch 'v1.0.x' X-Git-Tag: release-2.0.0RC1~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=82a22c5890659bb20931c76b94198a949447f1ea;hp=0ef55616b66a3f554d89142944a9f684f3e78d65 Merge branch 'v1.0.x' --- diff --git a/Doxyfile b/Doxyfile index 3b67c46..d0ed188 100644 --- a/Doxyfile +++ b/Doxyfile @@ -100,7 +100,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = php_propro.h +INPUT = php_propro.h src INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = NO 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 */