summaryrefslogtreecommitdiff
path: root/LUFA/Doxygen.conf
AgeCommit message (Expand)Author
2011-12-11Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full...Dean
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...Dean
2011-08-19Minor documentation corrections.Dean
2011-04-04Conditionally add available address spaces to the address space enum, for mul...Dean
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
2011-03-13Move out endianness management macros into a new common Endianness.h header.Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-03Add custom footer to the main library documentation.Dean
2011-01-03Update Doxygen documentation configuration file for the main project document...Dean
2010-09-11Added new project makefile template to the library and moved board driver stu...Dean
2010-08-02Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-05-12Fix Doxygen treating the license as a documentation source file.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-15Minor documentation improvements.Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-01Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean
2010-01-29Add MIME type handling to the Webserver project, so that files of different t...Dean
2010-01-12Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean
2010-01-06Update Doxygen configuration files to the latest Doxygen version.Dean
2009-10-03Minor documentation fixups.Dean
2009-09-10Prevent the CDC Device Class driver from sending empty IN packets on every se...Dean
2009-08-11Fix issue in CDC device class driver where received data the size of the data...Dean
2009-08-05Commit for 090810rc1 release.Dean
2009-07-20Change Doxygen configuration files to not produce 4096 directories for the do...Dean
2009-07-14Added better module summaries.Dean
2009-07-13Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean
2009-06-26Reduce struct name pollution - group typedef struct names by class driver nam...Dean
2009-06-16Remove hardcoded DOT path from all Doxygen config files.Dean
2009-06-15Add author image to library documentation.Dean
2009-06-15Use sub pages in main library documentation to improve readability.Dean
2009-06-15More Doxygen fixes - ensure no undocumented function parameters.Dean
2009-05-19USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean
2009-05-04Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-01Added new GenericHIDHost demo.Dean
2009-03-31Commit for the 090401 release.Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean