Procházet zdrojové kódy

move tools.md to tools/readme.md

hathach před 12 roky
rodič
revize
32d4b6518c
3 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1 1
      doxygen/getting_started.md
  2. 2 1
      tinyusb.Doxyfile
  3. 0 0
      tools/readme.md

+ 1 - 1
doxygen/getting_started.md

@@ -61,4 +61,4 @@ int main(void)
 
 \subpage md_doxygen_started_demo
 
-\subpage md_doxygen_tools
+\subpage md_tools_readme

+ 2 - 1
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

+ 0 - 0
doxygen/tools.md → tools/readme.md