Skip to content

Fixed(docs): use doxygenclass for template class members in RST generation#477

Open
AAmbuj wants to merge 1 commit into
eclipse-score:mainfrom
AAmbuj:amsh_fix_doxygenclass_template_members_funtion
Open

Fixed(docs): use doxygenclass for template class members in RST generation#477
AAmbuj wants to merge 1 commit into
eclipse-score:mainfrom
AAmbuj:amsh_fix_doxygenclass_template_members_funtion

Conversation

@AAmbuj
Copy link
Copy Markdown
Contributor

@AAmbuj AAmbuj commented May 27, 2026

Breathe cannot resolve template member functions via doxygenfunction when Doxygen does not emit standalone XML entries for inline template method definitions. Detect template class members in extract_api_items.py and emit doxygenclass with :members: instead, with deduplication to avoid documenting the same class multiple times.

…ation

Breathe cannot resolve template member functions via doxygenfunction
when Doxygen does not emit standalone XML entries for inline template
method definitions. Detect template class members in extract_api_items.py
and emit doxygenclass with :members: instead, with deduplication to
avoid documenting the same class multiple times.
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

Successfully merging this pull request may close these issues.

1 participant