Skip to content

Allow fully qualified enum, class, structs titles #187

Open
@5p4k

Description

@5p4k

I have items with the same name in different namespaces, e.g. device1::error and device2::error.
When generating the full unabridged API, I get two entries both named "Enum error" (as it should be). However in this specific case, it is confusing. I tracked this down to

title = node.name.split("::")[-1]

I would like to be able to produce fully qualified titles for this project. This could very well be a project-level option (having only some items fully qualified may be even more confusing).

I think I could also provide a PR implementing this by adding a page-level customization option fullyQualifiedTitles, if that's the way to go about this.


On a side note, thank you for all the work put in this project. I got back to this after some years and it had matured so much that I'm now switching over from plain Doxygen:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions