Merge branch 'bugfix/make_docs_ldgen' into 'master'

docs: remove quotes in ldgen documentation for adding fragment file

See merge request espressif/esp-idf!8501
This commit is contained in:
Krzysztof Budzynski
2020-05-04 03:22:59 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ fragment file. The path can either be an absolute path or a relative path from t
.. code-block:: make
COMPONENT_ADD_LDFRAGMENTS += "my_linker_fragment_file.lf"
COMPONENT_ADD_LDFRAGMENTS += my_linker_fragment_file.lf
CMake
"""""

View File

@@ -44,7 +44,7 @@ Make
.. code-block:: make
COMPONENT_ADD_LDFRAGMENTS += "my_linker_fragment_file.lf"
COMPONENT_ADD_LDFRAGMENTS += my_linker_fragment_file.lf
CMake
"""""