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

doxygenfunction, strip names before lookup #679

Merged
merged 1 commit into from Apr 23, 2021

Conversation

jakobandersen
Copy link
Collaborator

While investigating #656 I found that with

.. doxygenfunction:: CreateIObject (ObjectDataInterface *object_data)

the name it looks for is CreateIObject (note trailing whitespace) which fails, so strip the name.

@vermeeren vermeeren added code Source code enhancement Improvements, additions (also cosmetics) labels Apr 23, 2021
Copy link
Collaborator

@vermeeren vermeeren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakobandersen Yeah this is pretty nice, helps quite a lot with usage as the required syntax can be very specific at times and this loosens that a little bit. Thanks!

@vermeeren vermeeren self-assigned this Apr 23, 2021
michaeljones pushed a commit that referenced this pull request Apr 23, 2021
@michaeljones michaeljones merged commit 17a23a0 into breathe-doc:master Apr 23, 2021
@jakobandersen jakobandersen deleted the fix_related_to_656 branch April 23, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Source code enhancement Improvements, additions (also cosmetics)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants