Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server side (PHP) search broke in 1.8.3 (Origin: bugzilla #724949) #5428

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Server side (PHP) search broke in 1.8.3 (Origin: bugzilla #724949) #5428

doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity major in component general for ---
Reported in version 1.8.3 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2014-02-22 12:06:38 +0000, Lars Munch wrote:

Created attachment 269989
bug example

The following works in 1.8.2 but broke in 1.8.3:

Configuration (doxygen.cfg):

SERVER_BASED_SEARCH = YES
OPTIMIZE_OUTPUT_FOR_C = YES
FILE_PATTERNS = *.h
EXTRACT_ALL = YES

Header file dummy.h:
/** @def DUMMY_MACRO

  • @brief Some dummy macro
    */
    #define DUMMY_MACRO 1234

/**

  • @brief Some dummy function
  • @param[in] dummy Dummy arg
    */
    void dummy_function(int dummy);

Now search for DUMMY_MACRO or dummy_function and they are not found in 1.8.3 and above (tried latest git but that was the same).

It appears that the search.idx does not contain the members any more, because if I copy search.idx generated with 1.8.2 into a project generated with 1.8.3 it works.

On 2014-03-01 15:20:38 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next GIT update.

On 2014-03-19 21:52:54 +0000, Lars Munch wrote:

Just tested from git. Works great now. Thanks a lot!

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant