From 49bfd33c4e653711ff4e19717470efb043d5b789 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 25 Oct 2012 20:53:23 +0100 Subject: [PATCH] Set PROJECT_BRIEF for newer versions of Doxygen --- library/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Doxyfile.in b/library/Doxyfile.in index e2c039c3..97365ef8 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = ${POLYVOX_VERSION} # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = +PROJECT_BRIEF = "Open source voxel management library" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not @@ -1072,7 +1072,7 @@ DOCSET_BUNDLE_ID = com.volumesoffun.polyvox # identify the documentation publisher. This should be a reverse domain-name # style string, e.g. com.mycompany.MyDocSet.documentation. -DOCSET_PUBLISHER_ID = org.doxygen.Publisher +DOCSET_PUBLISHER_ID = com.volumesoffun.polyvox # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.