Skip to content

Commit 67f66db

Browse files
authored
Merge pull request #120 from EricCousineau-TRI/issue-117
scopedef: Fix minor docstring formatting bug
2 parents b6ff9d6 + 90b2601 commit 67f66db

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

pygccxml/declarations/scopedef.py

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)