Skip to content

Commit 7c198ff

Browse files
committed
Fix sphinx doc warning
1 parent ac47f6d commit 7c198ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygccxml/parser/declarations_cache.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ def cached_value(self, source_file, configuration):
8181
"""
8282
Return declarations, we have cached, for the source_file and the
8383
given configuration.
84+
8485
:param source_file: path to the C++ source file being parsed.
85-
:param configuration:
86-
configuration(:class:`xml_generator_configuration_t`)
87-
that was used for parsing
86+
:param configuration: configuration that was used for parsing.
87+
8888
"""
8989

9090
raise NotImplementedError()

0 commit comments

Comments
 (0)