aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial/Doxygen.conf
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Doxygen configuration files to the latest Doxygen version.Dean Camera2013-01-031-10/+66
|
* Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵Dean Camera2012-08-131-24/+40
| | | | module for the latest Doxygen release.
* Upgrade Doxygen configuration files to 1.8.1.2.Dean Camera2012-07-291-6/+4
|
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-21/+15
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-171-2/+2
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-1/+1
|
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
|
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ↵Dean Camera2010-08-021-1/+2
| | | | in some situations.
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-1564/+1564
| | | | correctly converted to the target system's native end of line style.
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
|
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
| | | | Fix Doxygen configuration files' input file exclusion filters.
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
|
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+1
| | | | Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-0/+1485
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.