Closed
Description
Describe the bug
The searchdata.xml keyword elements are empty when it is generated with external search enabled.
Expected behavior
The keyword elements should contain keywords.
To Reproduce
- Run cmake thus:
cmake -Dbuild_search=ON
. - Run
make
. - Edit Doxyfile and change
EXTERNAL_SEARCH
toYES
. - Run
bin/doxygen Doxyfile
. - Verify that there are no keywords in the generated searchdata.xml file:
grep keywords doxygen_docs/searchdata.xml
. - Check out Release_1_9_1 and do the same noting that there are keywords in the searchdata.xml file.
Version
Versions 1.9.3 and master are affected. Version 1.9.1 and 1.8.20 are not.