@@ -106,21 +106,18 @@ class scopedef_t(declaration.declaration_t):
106
106
107
107
You can find declaration(s) using next criteria:
108
108
109
- 1. `name` - declaration name, could be full qualified name
109
+ 1. `` name` ` - declaration name, could be full qualified name
110
110
111
- 2. `header_dir` - directory, to which belongs file, that the
112
- declaration was declared in.
113
- `header_dir` should be absolute path.
111
+ 2. ``header_dir`` - directory, to which belongs file, that the
112
+ declaration was declared in. ``header_dir`` should be absolute path.
114
113
115
- 3. `header_file` - file that the declaration was declared in.
114
+ 3. `` header_file` ` - file that the declaration was declared in.
116
115
117
- 4. `function` - user ( your ) custom criteria. The interesting thing
118
- is that this function will be joined with other arguments
119
- (criteria).
120
-
121
- 5. `recursive` - the search declaration range, if True will be search
122
- in internal declarations too.
116
+ 4. ``function`` - user ( your ) custom criteria. The interesting thing
117
+ is that this function will be joined with other arguments (criteria).
123
118
119
+ 5. ``recursive`` - the search declaration range, if True will be search
120
+ in internal declarations too.
124
121
125
122
Every ""query"" API, takes name or function as the first argument.
126
123
0 commit comments