From 2076e57d7072bb77c116c3cea51f640081da4aab Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 22 Oct 2013 11:09:39 +0700 Subject: [PATCH] working on doxygen --- tests/.project | 237 ++++++++++++++------------- doxygen.Doxyfile => tinyusb.Doxyfile | 4 +- 2 files changed, 123 insertions(+), 118 deletions(-) rename doxygen.Doxyfile => tinyusb.Doxyfile (99%) diff --git a/tests/.project b/tests/.project index e1b62486..a50e289d 100644 --- a/tests/.project +++ b/tests/.project @@ -1,116 +1,121 @@ - - - tinyusb_tests - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/tinyusb/Debug} - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - false - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - - - demo_vendor - 2 - C:/Users/hathach/Dropbox/tinyusb/workspace/tinyusb/vendor - - - demos - 2 - C:/Users/hathach/Dropbox/tinyusb/workspace/tinyusb/demos - - - tinyusb - 2 - C:/Users/hathach/Dropbox/tinyusb/workspace/tinyusb/tinyusb - - - - - 1381816373996 - - 22 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-*.o - - - - 1381816374006 - - 22 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-*.d - - - - 1381816374017 - - 26 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-build - - - - + + + tinyusb_tests + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.buildLocation + ${workspace_loc:/tinyusb/Debug} + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + false + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + demo_vendor + 2 + PARENT-1-PROJECT_LOC/vendor + + + demos + 2 + PARENT-1-PROJECT_LOC/demos + + + doxygen.Doxyfile + 1 + PARENT-1-PROJECT_LOC/doxygen.Doxyfile + + + tinyusb + 2 + PARENT-1-PROJECT_LOC/tinyusb + + + + + 1382413628300 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-*.o + + + + 1382413628332 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-*.d + + + + 1382413628348 + + 26 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-build + + + + diff --git a/doxygen.Doxyfile b/tinyusb.Doxyfile similarity index 99% rename from doxygen.Doxyfile rename to tinyusb.Doxyfile index 7e52aa7a..92b63abf 100644 --- a/doxygen.Doxyfile +++ b/tinyusb.Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 0.0 # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = An tiny open-source usb stack for ARM +PROJECT_BRIEF = An Open Source USB Stack # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not @@ -661,7 +661,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = tinyusb demos +INPUT = tinyusb # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is