1
0

Use sub pages in main library documentation to improve readability.

This commit is contained in:
Dean Camera
2009-06-15 11:01:58 +00:00
parent b61049f722
commit 48b3c9976c
14 changed files with 199 additions and 83 deletions

View File

@@ -9,8 +9,9 @@
# Makefile to build the LUFA library and Demos.
# Call with "make all" to rebuild everything, "make clean" to clean everything,
# "make clean_list" to remove all intermediatary files but preserve any binaries
# and "make doxygen" to document the project with DoxyGen (if installed).
# "make clean_list" to remove all intermediatary files but preserve any binaries,
# "make doxygen" to document the library/demos/etc. with DoxyGen (if installed) and
# "make clean_doxygen" to remove generated Doxygen documentation.
# It is suggested that for the master build, the --quiet switch is passed to make,
# to remove all the commands from the output. This gives a much easier to read