From a3f38aafb288db5791b8dea34154cacc3c039971 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 04 Mar 2007 00:28:39 +0000 Subject: some doxygen improvements --- (limited to 'include/sitecing/util.h') diff --git a/include/sitecing/util.h b/include/sitecing/util.h index 5750ab6..a38ae90 100644 --- a/include/sitecing/util.h +++ b/include/sitecing/util.h @@ -22,7 +22,7 @@ namespace sitecing { */ html_escape_nbsp = 0x0001, /** - * Turn newlines into
or
. + * Turn newlines into br/ or br. */ html_escape_br = 0x0002, /** @@ -30,7 +30,7 @@ namespace sitecing { */ html_escape_quot = 0x0004, /** - * Do not put '/' into
consruct. + * Do not put '/' into br consruct. */ html_escape_br_noslash = 0x0008 }; -- cgit v0.9.0.2