Merge branch 'docs/show_include_path' into 'master'

docs: show include path and require component as part of API header

Closes IDF-3134, DOC-1032, and DOC-3629

See merge request espressif/esp-idf!25092
This commit is contained in:
Marius Vikhammer
2023-10-11 09:36:14 +08:00
17 changed files with 179 additions and 88 deletions

View File

@@ -19,6 +19,6 @@ idf_component_register(SRCS "commands.c"
"split_argv.c"
"linenoise/linenoise.c"
${argtable_srcs}
INCLUDE_DIRS "."
INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}
REQUIRES vfs
PRIV_REQUIRES driver)