diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
commit | 6dbef217c477d43fb61e90b429531ee109bf0e75 (patch) | |
tree | c3964e8a42bc4dfecf5a99d6de94650878e67a0f /doc/searching.doc | |
parent | 20bc00a80ad6bcda730a1762c3700c8f63fa16eb (diff) | |
download | Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.zip Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.gz Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.bz2 |
Release-1.7.1-20100920
Diffstat (limited to 'doc/searching.doc')
-rw-r--r-- | doc/searching.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/searching.doc b/doc/searching.doc index 03cd2b7..93dd0d2 100644 --- a/doc/searching.doc +++ b/doc/searching.doc @@ -137,12 +137,12 @@ has its own advantages and disadvantages: first search for an keyword. To enable the help plugin set - \ref cfg_generate_eclipsehelp "GENERATE_ECLIPSE_HELP" to \c YES, + \ref cfg_generate_eclipsehelp "GENERATE_ECLIPSEHELP" to \c YES, and define a unique identifier for your project via \ref cfg_eclipse_doc_id "ECLIPSE_DOC_ID", i.e: \verbatim - GENERATE_ECLIPSE_HELP = YES - ECLIPSE_DOC_ID = com.yourcompany.yourproject + GENERATE_ECLIPSEHELP = YES + ECLIPSE_DOC_ID = com.yourcompany.yourproject \endverbatim then create the \c com.yourcompany.yourproject directory (so with the same name as the value of \c ECLIPSE_DOC_ID) in the |