Skip to content

Commit c36fec1

Browse files
author
roman_yakovenko
committed
sphinx
1 parent dc1f903 commit c36fec1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pygccxml/parser/directory_cache.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def update(self, source_file, configuration, declarations, included_files):
112112
:param source_file: a C++ source file name.
113113
:type source_file: str
114114
:param configuration: configuration object.
115-
:type configuration: :class:config_t
115+
:type configuration: :class:`config_t`
116116
:param declarations: declarations contained in the `source_file`
117-
:type declarations: picklable object
117+
:type declarations: pickable object
118118
:param included_files: included files
119119
:type included_files: list of str
120120
"""
@@ -260,7 +260,6 @@ def _write_file(self, filename, data):
260260
:param filename: Output file name
261261
:type filename: str
262262
:param data: A Python object that will be pickled
263-
:type data: pickable object
264263
"""
265264
if self.__compression:
266265
f = gzip.GzipFile(filename, "wb")

0 commit comments

Comments
 (0)