Skip to content

Commit f6d5186

Browse files
authored
Merge pull request #325 from gabsuren/docs/link_fix_esp_modem
docs(modem): Update Doxyfile to generate correct docs links
2 parents 8eb3a0f + f5a0d5f commit f6d5186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/esp_modem/Doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,9 @@ INPUT = \
828828
$(PROJECT_PATH)/../components/esp_modem/include/cxx_include/esp_modem_types.hpp \
829829
$(PROJECT_PATH)/../components/esp_modem/include/cxx_include/esp_modem_terminal.hpp \
830830
$(PROJECT_PATH)/../components/esp_modem/include/cxx_include/esp_modem_cmux.hpp \
831-
$(PROJECT_PATH)/../components/esp_modem/include/cxx_include/esp_modem_dce.hpp
831+
$(PROJECT_PATH)/../components/esp_modem/include/cxx_include/esp_modem_dce.hpp \
832+
$(PROJECT_PATH)/../docs/esp_modem/en/esp_modem_api_commands.h \
833+
$(PROJECT_PATH)/../docs/esp_modem/en/esp_modem_dce.hpp
832834

833835

834836
# The last two are generated

0 commit comments

Comments
 (0)