diff options
| author | hathach <[email protected]> | 2014-04-17 12:12:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-17 12:12:26 +0700 |
| commit | e6c485bb4056ee09d4838cdf6c724e06228a389e (patch) | |
| tree | 1f6e66b9ce762fb29c9a896ecab22731b14bac32 /tinyusb.Doxyfile | |
| parent | 13a225f1b5c8f50d4b06f8e78b22df33c5126fb1 (diff) | |
move demo page to their folder
Diffstat (limited to 'tinyusb.Doxyfile')
| -rw-r--r-- | tinyusb.Doxyfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index 4c29beffd..ba1638ebb 100644 --- a/tinyusb.Doxyfile +++ b/tinyusb.Doxyfile @@ -754,7 +754,10 @@ INPUT = doxygen \ tinyusb \ boards \ tests/readme.md \ - tools/readme.md + tools/readme.md \ + demos/readme.md \ + demos/device/readme.md \ + demos/host/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 |
