docs: remove quotes in ldgen documentation for adding fragment file

Closes https://github.com/espressif/esp-idf/issues/5142
This commit is contained in:
Renz Bagaporo 2020-04-26 16:07:04 +08:00
parent 017f07cda7
commit da91172616
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
"""""