We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f66db commit aa85241Copy full SHA for aa85241
pygccxml/declarations/scopedef.py
@@ -113,8 +113,9 @@ class scopedef_t(declaration.declaration_t):
113
114
3. ``header_file`` - file that the declaration was declared in.
115
116
- 4. ``function`` - user ( your ) custom criteria. The interesting thing
117
- is that this function will be joined with other arguments (criteria).
+ 4. ``function`` - user ( your ) custom criteria. The interesting
+ thing is that this function will be joined with
118
+ other arguments (criteria).
119
120
5. ``recursive`` - the search declaration range, if True will be search
121
in internal declarations too.
0 commit comments