mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update sphinx/domains/cpp.py
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
This commit is contained in:
parent
0cb021b65c
commit
8aa785fe5d
@ -3399,7 +3399,7 @@ class ASTUnion(ASTBase):
|
|||||||
class ASTEnum(ASTBase):
|
class ASTEnum(ASTBase):
|
||||||
def __init__(self, name: ASTNestedName, scoped: str,
|
def __init__(self, name: ASTNestedName, scoped: str,
|
||||||
underlyingType: ASTType,
|
underlyingType: ASTType,
|
||||||
attrs: Optional[List[ASTAttribute]] = None) -> None:
|
attrs: List[ASTAttribute]) -> None:
|
||||||
self.name = name
|
self.name = name
|
||||||
self.scoped = scoped
|
self.scoped = scoped
|
||||||
self.underlyingType = underlyingType
|
self.underlyingType = underlyingType
|
||||||
|
Loading…
Reference in New Issue
Block a user