Skip to content

Commit

Permalink
Update sphinx/domains/cpp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
  • Loading branch information
jbms and jakobandersen committed Mar 11, 2022
1 parent a9a5cec commit 926fab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/domains/cpp.py
Expand Up @@ -3403,7 +3403,7 @@ def __init__(self, name: ASTNestedName, scoped: str,
self.name = name
self.scoped = scoped
self.underlyingType = underlyingType
self.attrs = attrs or []
self.attrs = attrs

def get_id(self, version: int, objectType: str, symbol: "Symbol") -> str:
if version == 1:
Expand Down

0 comments on commit 926fab0

Please sign in to comment.