Skip to content

Commit e690838

Browse files
committed
Add documentation clarifying FundamentalSpecifier
1 parent bdcee6f commit e690838

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cxxheaderparser/types.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ class DecltypeSpecifier:
9898
@dataclass
9999
class FundamentalSpecifier:
100100
"""
101-
A specifier that only contains fundamental types
101+
A specifier that only contains fundamental types.
102+
103+
Fundamental types include various combinations of the following: unsigned,
104+
signed, short, int, long, float, double, char, bool, char16_t, char32_t,
105+
nullptr_t, wchar_t, void
102106
"""
103107

104108
name: str

0 commit comments

Comments
 (0)