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

C and C++: support parameterized GNU style attributes #7854

Merged
merged 1 commit into from Jun 20, 2020

Conversation

jakobandersen
Copy link
Contributor

@jakobandersen jakobandersen commented Jun 20, 2020

Feature or Bugfix

  • Feature

Purpose

Parse GNU style attributes that have arguments, similar to a function call.

Detail

Fixes #7853

@jakobandersen jakobandersen added type:enhancement enhance or introduce a new feature domains:c domains:cpp labels Jun 20, 2020
@jakobandersen jakobandersen added this to the 3.2.0 milestone Jun 20, 2020
@jakobandersen jakobandersen self-assigned this Jun 20, 2020
@jakobandersen jakobandersen merged commit f692cd1 into sphinx-doc:3.x Jun 20, 2020
@jakobandersen jakobandersen deleted the c_cpp_gnu_attributes branch June 20, 2020 08:14
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
domains:c domains:cpp type:enhancement enhance or introduce a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for parameterized GNU style attributes on C++ code.
1 participant