Fix incorrect reference to NameCheck in script docstring
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
55c6c87d95
commit
7bfac1d7fe
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ previously `list-identifiers.sh --internal`, and is useful for generating an
|
||||||
exclusion file list for ABI/API checking, since we do not promise compatibility
|
exclusion file list for ABI/API checking, since we do not promise compatibility
|
||||||
for them.
|
for them.
|
||||||
|
|
||||||
It uses the NameCeck class from check_names.py to perform the parsing.
|
It uses the CodeParser class from check_names.py to perform the parsing.
|
||||||
|
|
||||||
Returns 0 on success, 1 if there is a script error.
|
The script returns 0 on success, 1 if there is a script error.
|
||||||
Must be run from Mbed TLS root.
|
Must be run from Mbed TLS root.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ def main():
|
||||||
description=(
|
description=(
|
||||||
"This script writes a list of parsed identifiers in internal "
|
"This script writes a list of parsed identifiers in internal "
|
||||||
"headers to \"_identifiers\". This is useful for generating a list "
|
"headers to \"_identifiers\". This is useful for generating a list "
|
||||||
"of names to exclude from ABI checking. "))
|
"of names to exclude from API/ABI compatibility checking. "))
|
||||||
|
|
||||||
parser.parse_args()
|
parser.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue