Skip to content

SEARCHDATA_FILE (searchdata.xml) keyword elements blank #9027

Closed
@neilsimon

Description

@neilsimon

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

  1. Run cmake thus: cmake -Dbuild_search=ON.
  2. Run make.
  3. Edit Doxyfile and change EXTERNAL_SEARCH to YES.
  4. Run bin/doxygen Doxyfile.
  5. Verify that there are no keywords in the generated searchdata.xml file: grep keywords doxygen_docs/searchdata.xml.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions