forked from espressif/esp-idf
Merge branch 'contrib/github_pr_12852' into 'master'
cmake: correct the parameter annotation of idf_build_set_property (GitHub PR) Closes IDFGH-11752 See merge request espressif/esp-idf!28067
This commit is contained in:
@@ -23,7 +23,7 @@ endfunction()
|
||||
# also added to the internal list of build properties if it isn't there already.
|
||||
#
|
||||
# @param[in] property the property to set the value of
|
||||
# @param[out] value value of the property
|
||||
# @param[in] value value of the property
|
||||
#
|
||||
# @param[in, optional] APPEND (option) append the value to the current value of the
|
||||
# property instead of replacing it
|
||||
|
Reference in New Issue
Block a user