diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 11:01:58 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 11:01:58 +0000 |
| commit | 42da18c0df2c3f89d60886628e95de6f8c3fc46e (patch) | |
| tree | 4df1893527c21c9ef28e45c45835f53588a5b534 /makefile | |
| parent | 9317fc3b1b737981f8df3f5402372e24b6c54deb (diff) | |
Use sub pages in main library documentation to improve readability.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@599 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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
|
