From: Paul Brossier Date: Mon, 18 Mar 2013 15:40:51 +0000 (-0500) Subject: doc/{full,web}.cfg: update project ids X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d01ebb4fc27a5a976e0d24bdc44854e6bfc049f;p=aubio.git doc/{full,web}.cfg: update project ids --- diff --git a/doc/full.cfg b/doc/full.cfg index 9388f95a..07eba896 100644 --- a/doc/full.cfg +++ b/doc/full.cfg @@ -1012,13 +1012,13 @@ DOCSET_FEEDNAME = "Doxygen generated docs" # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.doxygen.Project +DOCSET_BUNDLE_ID = org.aubio.aubio # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely # 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 = org.aubio.aubio.Maintainer # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. @@ -1136,7 +1136,7 @@ GENERATE_ECLIPSEHELP = NO # the directory name containing the HTML and XML files should also have # this name. -ECLIPSE_DOC_ID = org.doxygen.Project +ECLIPSE_DOC_ID = org.aubio.aubio # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) # at top of each HTML page. The value NO (the default) enables the index and diff --git a/doc/web.cfg b/doc/web.cfg index 98ff8774..0a09d94b 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -1028,13 +1028,13 @@ DOCSET_FEEDNAME = "Doxygen generated docs" # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.doxygen.Project +DOCSET_BUNDLE_ID = org.aubio.aubio # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely # 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 = org.aubio.aubio.Maintainer # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. @@ -1152,7 +1152,7 @@ GENERATE_ECLIPSEHELP = NO # the directory name containing the HTML and XML files should also have # this name. -ECLIPSE_DOC_ID = org.doxygen.Project +ECLIPSE_DOC_ID = org.aubio.aubio # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) # at top of each HTML page. The value NO (the default) enables the index and