From 76d062915605a0c4140f4c4627c7b8fa51b86d41 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 30 Sep 2015 12:39:08 +0200 Subject: [PATCH] fix docs --- Doxyfile | 2 +- src/php_propro_api.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 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 */ -- 2.30.2