docs: fix minor parameter description inconsistency for idf_component_set_property

This commit is contained in:
David Cermak 2019-09-26 10:51:04 +02:00
parent c06519a759
commit 4ddc6916c3

View file

@ -1179,7 +1179,7 @@ can be used with CMake commands that support generator expressions.
.. code-block:: none .. code-block:: none
idf_component_set_property(property val [APPEND]) idf_component_set_property(component property val [APPEND])
Set a specified *component*'s :ref:`component property<cmake-component-properties>`, *property* with value *val*. Specifying *APPEND* will append the specified value to the current Set a specified *component*'s :ref:`component property<cmake-component-properties>`, *property* with value *val*. Specifying *APPEND* will append the specified value to the current
value of the property. If the property does not previously exist or it is currently empty, the specified value becomes value of the property. If the property does not previously exist or it is currently empty, the specified value becomes