From 3cf5a383e066b0d86d1189a459892130ac8aeff7 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 25 Mar 2014 23:47:51 +0700 Subject: [PATCH] rename markdown files --- boards/{readme.markdown => readme.md} | 0 readme.md => readme.markdown | 0 tests/{readme.markdown => readme.md} | 0 tinyusb.Doxyfile | 6 +++--- tinyusb/doxygen/get_started.md | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename boards/{readme.markdown => readme.md} (100%) rename readme.md => readme.markdown (100%) rename tests/{readme.markdown => readme.md} (100%) create mode 100644 tinyusb/doxygen/get_started.md diff --git a/boards/readme.markdown b/boards/readme.md similarity index 100% rename from boards/readme.markdown rename to boards/readme.md diff --git a/readme.md b/readme.markdown similarity index 100% rename from readme.md rename to readme.markdown diff --git a/tests/readme.markdown b/tests/readme.md similarity index 100% rename from tests/readme.markdown rename to tests/readme.md diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index 5f92c1ce..8be8b167 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 00000000..e69de29b