Skip to content

Instantly share code, notes, and snippets.

@mantognini
Created August 20, 2012 18:39
Show Gist options
  • Select an option

  • Save mantognini/3406537 to your computer and use it in GitHub Desktop.

Select an option

Save mantognini/3406537 to your computer and use it in GitHub Desktop.
dash docset patch
diff --git a/doc/doxyfile.in b/doc/doxyfile.in
index df37dbf..4fd6a17 100644
--- a/doc/doxyfile.in
+++ b/doc/doxyfile.in
@@ -848,21 +848,21 @@ HTML_DYNAMIC_SECTIONS = NO
# it at startup.
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
-GENERATE_DOCSET = NO
+GENERATE_DOCSET = YES
# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
# feed. A documentation feed provides an umbrella under which multiple
# documentation sets from a single provider (such as a company or product suite)
# can be grouped.
-DOCSET_FEEDNAME = "Doxygen generated docs"
+DOCSET_FEEDNAME = "SFML Doxygen generated docs"
# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
# should uniquely identify the documentation set bundle. This should be a
# 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.sfml-dev
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
# will be generated that can be used as input for tools like the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment