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
6073b32093
commit
0cb021b65c
@ -3373,7 +3373,7 @@ class ASTUnion(ASTBase):
|
||||
def __init__(self, name: ASTNestedName,
|
||||
attrs: List[ASTAttribute]) -> None:
|
||||
self.name = name
|
||||
self.attrs = attrs or []
|
||||
self.attrs = attrs
|
||||
|
||||
def get_id(self, version: int, objectType: str, symbol: "Symbol") -> str:
|
||||
if version == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user