X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1f1bd69b85fe6946f4e7705abbcd2cf84c296017..c93259fbdbfec154b37fd4c3a4e1b43f5b7265e5:/LUFA/DoxygenPages/BuildSystem.txt
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index a1ed8416e..57dec5424 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -74,10 +74,6 @@
*
Display a size-sorted list of symbols from the compiled application, in decimal bytes. |
*
*
- * | check-source |
- * Display a list of input SRC source files which cannot be found (if any). |
- *
- *
* | lib |
* Build and archive all source files into a library A binary file. |
*
@@ -105,6 +101,10 @@
* mostlyclean |
* Remove all intermediatary files but preserve any binary output files. |
*
+ *
+ * | <filename>.s |
+ * Create an assembly listing of a given input C/C++ source file. |
+ *
*
*
* \section SSec_BuildModule_BUILD_MandatoryParams Mandatory Parameters
@@ -627,9 +627,9 @@
*
* \section SSec_BuildModule_DOXYGEN_Requirements Requirements
* This module requires the doxygen utility from the Doxygen website
- * (http://www.stack.nl/~dimitri/doxygen/) to be available in your system's PATH
- * variable. On *nix systems the doxygen utility can be installed via the project's source
- * code or through the package manager.
+ * (http://www.doxygen.org/) to be available in your system's PATH variable. On *nix
+ * systems the doxygen utility can be installed via the project's source code or through
+ * the package manager.
*
* \section SSec_BuildModule_DOXYGEN_Targets Targets
*
@@ -638,6 +638,14 @@
* doxygen |
* Generate project documentation. |
*
+ *
+ * | doxygen_create |
+ * Create a new Doxygen configuration file using the latest template. |
+ *
+ *
+ * | doxygen_upgrade |
+ * Upgrade an existing Doxygen configuration file to the latest template |
+ *
*
*
* \section SSec_BuildModule_DOXYGEN_MandatoryParams Mandatory Parameters