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

Quick Index missing when @page or @defgroup include a (") (Origin: bugzilla #638655) #4067

Closed
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.7.3 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2011-01-04 13:00:43 +0000, Poul-Erik Hansen wrote:

I see no quick index in Firefox or Microsoft Internet explore.

On 2011-01-04 13:09:46 +0000, Dimitri van Heesch wrote:

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

On 2011-01-04 14:28:33 +0000, Poul-Erik Hansen wrote:

(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

On 2011-01-04 14:35:56 +0000, Poul-Erik Hansen wrote:

Created attachment 177482
Doxyfile and screendump

On 2011-01-04 15:07:23 +0000, Dimitri van Heesch wrote:

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.

On 2011-01-04 15:23:10 +0000, Poul-Erik Hansen wrote:

(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 = "

On 2011-01-04 15:26:27 +0000, Dimitri van Heesch wrote:

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).

On 2011-01-04 15:45:44 +0000, Poul-Erik Hansen wrote:

Created attachment 177492
Small project with no quick index

If i delete the context of "main_page.h" the quick_index comes back.

On 2011-01-04 15:55:36 +0000, Dimitri van Heesch wrote:

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.

On 2011-01-04 15:58:02 +0000, Dimitri van Heesch wrote:

Oh and don't use   inside PROJECT_NAME, use

PROJECT_NAME = "Aurical 1081 DSP firmware"

instead.

On 2011-01-04 16:12:17 +0000, Poul-Erik Hansen wrote:

(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.

On 2011-01-04 18:21:35 +0000, Poul-Erik Hansen wrote:

(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 (")

On 2011-01-04 18:24:40 +0000, Poul-Erik Hansen wrote:

(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 (")

On 2011-02-05 12:39:07 +0000, Dimitri van Heesch wrote:

*** Bug 641554 has been marked as a duplicate of this bug. ***

On 2011-02-05 12:40:46 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next subversion update.

On 2011-03-10 20:49:25 +0000, Dimitri van Heesch wrote:

*** Bug 643878 has been marked as a duplicate of this bug. ***

On 2011-03-28 14:18:46 +0000, Dimitri van Heesch wrote:

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.

@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