Skip to content

Generated documentation for the IDL interface has wrong quotes #11227

@kazssym

Description

@kazssym

Describe the bug
Generated documentation for the IDL interface has wrong quotes for import as:

import <File.idl;

Screenshots

To Reproduce
Generate documentation for IDL interfaces.

Expected behavior
Correct quotes are used as:

import "File.idl";

Version
1.12.0 (c73f5d3)

Stack trace
If you encounter a crash and can build doxygen from sources yourself with debug info (-DCMAKE_BUILD_TYPE=Debug), a stack trace can be very helpful (especially if it is not possible to capture the problem in a small example that can be shared).

Additional context
Add any other context about the problem here.

It looks like these functions are inconsistent.

if (lang==SrcLangExt::Java || kind==IncludeKind::ImportModule) return "";

if (lang==SrcLangExt::Java || lang==SrcLangExt::IDL) return ";";

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions