mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 00:41:10 +00:00
Correct documentation
This commit is contained in:
parent
03625fe311
commit
bbc6ccfa2f
|
@ -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…
Reference in a new issue