diff options
| author | hathach <[email protected]> | 2014-03-25 23:47:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-25 23:47:51 +0700 |
| commit | 3cf5a383e066b0d86d1189a459892130ac8aeff7 (patch) | |
| tree | 632b2927dfe52c1fee794c2f2479dc612926f3ff | |
| parent | 6594e4e7df340d6fca6f1008ba733d77393b3098 (diff) | |
rename markdown files
| -rw-r--r-- | boards/readme.md (renamed from boards/readme.markdown) | 0 | ||||
| -rw-r--r-- | readme.markdown (renamed from readme.md) | 0 | ||||
| -rw-r--r-- | tests/readme.md (renamed from tests/readme.markdown) | 0 | ||||
| -rw-r--r-- | tinyusb.Doxyfile | 6 | ||||
| -rw-r--r-- | tinyusb/doxygen/get_started.md | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/boards/readme.markdown b/boards/readme.md index 1737f3aa5..1737f3aa5 100644 --- a/boards/readme.markdown +++ b/boards/readme.md diff --git a/readme.md b/readme.markdown index 7bc71a5c2..7bc71a5c2 100644 --- a/readme.md +++ b/readme.markdown diff --git a/tests/readme.markdown b/tests/readme.md index d96b8c64b..d96b8c64b 100644 --- a/tests/readme.markdown +++ b/tests/readme.md diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index 5f92c1cee..8be8b1678 100644 --- a/tinyusb.Doxyfile +++ b/tinyusb.Doxyfile @@ -744,10 +744,10 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = tinyusb/doxygen/group_def.txt \ - readme.md \ + readme.markdown \ tinyusb \ boards \ - tests/readme.markdown + tests/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 @@ -925,7 +925,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = readme.md +USE_MDFILE_AS_MAINPAGE = readme.markdown #--------------------------------------------------------------------------- # Configuration options related to source browsing diff --git a/tinyusb/doxygen/get_started.md b/tinyusb/doxygen/get_started.md new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tinyusb/doxygen/get_started.md |
