Correct documentation
This commit is contained in:
parent
492bc402a3
commit
f67e349863
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ class AbiChecker(object):
|
||||||
|
|
||||||
old_version: RepoVersion containing details to compare against
|
old_version: RepoVersion containing details to compare against
|
||||||
new_version: RepoVersion containing details to check
|
new_version: RepoVersion containing details to check
|
||||||
report_dir: directory for output files
|
configuration.report_dir: directory for output files
|
||||||
keep_all_reports: if false, delete old reports
|
configuration.keep_all_reports: if false, delete old reports
|
||||||
brief: if true, output shorter report to stdout
|
configuration.brief: if true, output shorter report to stdout
|
||||||
skip_file: path to file containing symbols and types to skip
|
configuration.skip_file: path to file containing symbols and types to skip
|
||||||
"""
|
"""
|
||||||
self.repo_path = "."
|
self.repo_path = "."
|
||||||
self.log = None
|
self.log = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue