Updated documentation

This commit is contained in:
Prianka Liz Kariat 2023-04-25 11:23:38 +05:30
parent 6ac39c9b93
commit 3390325250

View File

@ -6,7 +6,7 @@ MPP_TASK_MINIMUM_OS_VERSION = "11.0"
# to the "Headers" directory with no header path prefixes. This auxiliary rule
# is used for stripping the path prefix to the C/iOS API header files included by
# other C/iOS API header files.
# In case of C header files includes start with a keyword of "#include'.
# In case of C header files, includes start with a keyword of "#include'.
# Imports in iOS header files start with a keyword of '#import'.
def strip_api_include_path_prefix(name, hdr_labels, prefix = ""):
"""Create modified header files with the import path stripped out.