From e9a519e58966bb3552400f21938f6edfc7d4f58f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 1 Sep 2006 15:28:05 +0000 Subject: [PATCH] Bump Doxyfile version number, add spaces in-between HTML Purifier. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@360 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 4 ++-- phpdoc.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 8c9dc3bc..8853c756 100644 --- a/Doxyfile +++ b/Doxyfile @@ -3,8 +3,8 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = HTMLPurifier -PROJECT_NUMBER = trunk +PROJECT_NAME = HTML Purifier +PROJECT_NUMBER = 1.0.0 OUTPUT_DIRECTORY = "C:/Documents and Settings/Edward/My Documents/My Webs/htmlpurifier/docs/doxygen" CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/phpdoc.ini b/phpdoc.ini index 5a2a7442..c95e2153 100644 --- a/phpdoc.ini +++ b/phpdoc.ini @@ -16,7 +16,7 @@ [Parse Data] ;; title of all the documentation ;; legal values: any string -title = HTMLPurifier API Documentation +title = HTML Purifier API Documentation ;; parse files that start with a . like .bash_profile ;; legal values: true, false