diff options
Diffstat (limited to 'src/code.l')
-rw-r--r-- | src/code.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ static void addToSearchIndex(const char *text) static bool searchEngineEnabled=Config_getBool("SEARCHENGINE"); if (searchEngineEnabled) { - Doxygen::searchIndex->addWord(text); + Doxygen::searchIndex->addWord(text,FALSE); } } |