Skip to content

Commit

Permalink
Added search capability to document generation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10125 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Feb 7, 2009
1 parent db0b6dc commit 1c844cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Expand Up @@ -25,7 +25,7 @@ PROJECT_NAME = "Quantum GIS API Documentation"
# automatically updated by the documentation process. If you run doxygen
# manually, the revision number may not reflect the current revision.

PROJECT_NUMBER = HEAD-r8279
PROJECT_NUMBER = HEAD-r10124

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down Expand Up @@ -1259,4 +1259,4 @@ DOT_CLEANUP = YES
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.

SEARCHENGINE = NO
SEARCHENGINE = YES

0 comments on commit 1c844cf

Please sign in to comment.