summaryrefslogtreecommitdiff
path: root/include/apr_want.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_want.h')
-rw-r--r--include/apr_want.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_want.h b/include/apr_want.h
index 1afed3606..14fa9d0b4 100644
--- a/include/apr_want.h
+++ b/include/apr_want.h
@@ -30,9 +30,9 @@
*
* Typical usage:
*
- * #define APR_WANT_STRFUNC
- * #define APR_WANT_MEMFUNC
- * #include "apr_want.h"
+ * \#define APR_WANT_STRFUNC
+ * \#define APR_WANT_MEMFUNC
+ * \#include "apr_want.h"
*
* The appropriate headers will be included.
*