GNOME Bugzilla – Bug 638655
Quick Index missing when @page or @defgroup include a (")
Last modified: 2011-03-28 14:18:46 UTC
I see no quick index in Firefox or Microsoft Internet explore.
I assume you have DISABLE_INDEX set to NO? If so, please attach an example (source+config file in a zip) that demonstrates the problem
(In reply to comment #1) > I assume you have DISABLE_INDEX set to NO? > > If so, please attach an example (source+config file in a zip) that demonstrates > the problem DISABLE_INDEX = NO
Created attachment 177482 [details] Doxyfile and screendump
Doesn't look right indeed. Does it help if you do not use a custom stylesheet? i.e. make HTML_STYLESHEET option empty? If not, then I really need an example that shows the problem, not just a Doxyfile and a screendump.
(In reply to comment #4) > Doesn't look right indeed. > > Does it help if you do not use a custom stylesheet? > i.e. make HTML_STYLESHEET option empty? > > If not, then I really need an example that shows the problem, not just a > Doxyfile and a screendump. No different if "HTML_STYLESHEET = "
Then please provide a (dummy) example that allows me to reproduce the problem as requested, otherwise I cannot help you. Also mention the browser and its version that you are using (IE 6.0 or lower is not supported for instance).
Created attachment 177492 [details] Small project with no quick index If i delete the context of "main_page.h" the quick_index comes back.
I think I found the problem. If you use double quotes (") in the title of a page (@page) this causes problems in the JavaScript tree (which also uses double quotes). As a workaround try a page title without quotes or with single quotes.
Oh and don't use inside PROJECT_NAME, use PROJECT_NAME = "Aurical 1081 DSP firmware" instead.
(In reply to comment #9) > Oh and don't use inside PROJECT_NAME, use > > PROJECT_NAME = "Aurical 1081 DSP firmware" > > instead. The PROJECT_NAME with " " don't look nice in the "quick index" but every think are viewed. When I remove the (") from the @page tag the "quick index" works. From: /*! @page file_status "Doc project" * ... */ to: /*! @page file_status Doc project * ... */ Best regards Poul-Erik.
(In reply to comment #8) > I think I found the problem. > > If you use double quotes (") in the title of a page (@page) this causes > problems in the JavaScript tree (which also uses double quotes). > > As a workaround try a page title without quotes or with single quotes. The tag @defgroup must include a (")
(In reply to comment #11) > (In reply to comment #8) > > I think I found the problem. > > > > If you use double quotes (") in the title of a page (@page) this causes > > problems in the JavaScript tree (which also uses double quotes). > > > > As a workaround try a page title without quotes or with single quotes. > The tag @defgroup must not include a (")
*** Bug 641554 has been marked as a duplicate of this bug. ***
Confirmed. Should be fixed in the next subversion update.
*** Bug 643878 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.