diff options
| author | hathach <[email protected]> | 2014-04-16 12:05:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-16 12:05:14 +0700 |
| commit | 32d4b6518c7c0ffaa18dd0280b789a13ac929ed2 (patch) | |
| tree | 12b66925579ab52a4103e22c0815805612dcd6a4 | |
| parent | 9aa3707f65158be001aaa065e4dee05b6389fcc2 (diff) | |
move tools.md to tools/readme.md
| -rw-r--r-- | doxygen/getting_started.md | 2 | ||||
| -rw-r--r-- | tinyusb.Doxyfile | 3 | ||||
| -rw-r--r-- | tools/readme.md (renamed from doxygen/tools.md) | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md index 6f7075ea8..c2ca2d9df 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 6ddf12f69..4c29beffd 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 index d5c49c256..d5c49c256 100644 --- a/doxygen/tools.md +++ b/tools/readme.md |
