mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add "struct" to C++ modifiers.
This commit is contained in:
parent
b7a639a22b
commit
644c87c9d5
@ -537,6 +537,7 @@ class DefinitionParser(object):
|
|||||||
'mutable': None,
|
'mutable': None,
|
||||||
'const': None,
|
'const': None,
|
||||||
'typename': None,
|
'typename': None,
|
||||||
|
'struct': None,
|
||||||
'unsigned': set(('char', 'short', 'int', 'long')),
|
'unsigned': set(('char', 'short', 'int', 'long')),
|
||||||
'signed': set(('char', 'short', 'int', 'long')),
|
'signed': set(('char', 'short', 'int', 'long')),
|
||||||
'short': set(('int',)),
|
'short': set(('int',)),
|
||||||
|
Loading…
Reference in New Issue
Block a user