mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Correct documentation
This commit is contained in:
parent
492bc402a3
commit
f67e349863
@ -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…
x
Reference in New Issue
Block a user