Skip to content

Commit 90b2601

Browse files
fixup
1 parent cf2a63f commit 90b2601

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pygccxml/declarations/scopedef.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,15 @@ class scopedef_t(declaration.declaration_t):
109109
1. ``name`` - declaration name, could be full qualified name
110110
111111
2. ``header_dir`` - directory, to which belongs file, that the
112-
declaration was declared in. ``header_dir`` should be absolute path.
112+
declaration was declared in. ``header_dir`` should be absolute path.
113113
114114
3. ``header_file`` - file that the declaration was declared in.
115115
116116
4. ``function`` - user ( your ) custom criteria. The interesting thing
117-
is that this function will be joined with other arguments (criteria).
117+
is that this function will be joined with other arguments (criteria).
118118
119119
5. ``recursive`` - the search declaration range, if True will be search
120-
in internal declarations too.
121-
120+
in internal declarations too.
122121
123122
Every ""query"" API, takes name or function as the first argument.
124123

0 commit comments

Comments
 (0)