diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md index 6f7075ea..c2ca2d9d 100644 --- a/doxygen/getting_started.md +++ b/doxygen/getting_started.md @@ -61,4 +61,4 @@ int main(void) \subpage md_doxygen_started_demo -\subpage md_doxygen_tools \ No newline at end of file +\subpage md_tools_readme \ No newline at end of file diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index 6ddf12f6..4c29beff 100644 --- a/tinyusb.Doxyfile +++ b/tinyusb.Doxyfile @@ -753,7 +753,8 @@ INPUT = doxygen \ readme.markdown \ tinyusb \ boards \ - tests/readme.md + tests/readme.md \ + tools/readme.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/doxygen/tools.md b/tools/readme.md similarity index 100% rename from doxygen/tools.md rename to tools/readme.md