@@ -106,21 +106,18 @@ class scopedef_t(declaration.declaration_t):
106106
107107 You can find declaration(s) using next criteria:
108108
109- 1. `name` - declaration name, could be full qualified name
109+ 1. `` name` ` - declaration name, could be full qualified name
110110
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.
114113
115- 3. `header_file` - file that the declaration was declared in.
114+ 3. `` header_file` ` - file that the declaration was declared in.
116115
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).
123118
119+ 5. ``recursive`` - the search declaration range, if True will be search
120+ in internal declarations too.
124121
125122 Every ""query"" API, takes name or function as the first argument.
126123
0 commit comments