aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-15 11:01:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-15 11:01:58 +0000
commit48b3c9976c76258e99166023db241ca4261f679f (patch)
tree4df1893527c21c9ef28e45c45835f53588a5b534 /makefile
parentb61049f7222a6290e2164966bd90f636bcb577f9 (diff)
downloadlufa-48b3c9976c76258e99166023db241ca4261f679f.tar.gz
lufa-48b3c9976c76258e99166023db241ca4261f679f.tar.bz2
lufa-48b3c9976c76258e99166023db241ca4261f679f.zip
Use sub pages in main library documentation to improve readability.
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index 6fca4a6b7..5446c939d 100644
--- a/makefile
+++ b/makefile
@@ -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