File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,15 @@ class scopedef_t(declaration.declaration_t):
109
109
1. ``name`` - declaration name, could be full qualified name
110
110
111
111
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.
113
113
114
114
3. ``header_file`` - file that the declaration was declared in.
115
115
116
116
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).
118
118
119
119
5. ``recursive`` - the search declaration range, if True will be search
120
- in internal declarations too.
121
-
120
+ in internal declarations too.
122
121
123
122
Every ""query"" API, takes name or function as the first argument.
124
123
You can’t perform that action at this time.
0 commit comments