Describe the bug
Generated documentation for the IDL interface has wrong quotes for import as:
Screenshots
To Reproduce
Generate documentation for IDL interfaces.
Expected behavior
Correct quotes are used as:
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 ";"; |
Describe the bug
Generated documentation for the IDL interface has wrong quotes for
importas:Screenshots
To Reproduce
Generate documentation for IDL interfaces.
Expected behavior
Correct quotes are used as:
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.
doxygen/src/filedef.cpp
Line 75 in 6a822ee
doxygen/src/filedef.cpp
Line 88 in 6a822ee