aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-18 12:07:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-18 12:07:05 +0000
commit8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f (patch)
treea9f34a7331076077bfa052d0ec0a6a8dc60ffca4 /LUFA/DoxygenPages/BuildSystem.txt
parent7750783809a896fe7e38eebb0030b16685820d26 (diff)
downloadlufa-8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f.tar.gz
lufa-8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f.tar.bz2
lufa-8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f.zip
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 1394c21c0..45edef3f6 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -631,9 +631,9 @@
*
* \section SSec_BuildModule_DOXYGEN_Requirements Requirements
* This module requires the <tt>doxygen</tt> utility from the Doxygen website
- * (<a>http://www.stack.nl/~dimitri/doxygen/</a>) to be available in your system's <b>PATH</b>
- * variable. On *nix systems the <tt>doxygen</tt> utility can be installed via the project's source
- * code or through the package manager.
+ * (<a>http://www.doxygen.org/</a>) to be available in your system's <b>PATH</b> variable. On *nix
+ * systems the <tt>doxygen</tt> utility can be installed via the project's source code or through
+ * the package manager.
*
* \section SSec_BuildModule_DOXYGEN_Targets Targets
*
@@ -642,6 +642,14 @@
* <td><tt>doxygen</tt></td>
* <td>Generate project documentation.</td>
* </tr>
+ * <tr>
+ * <td><tt>doxygen_create</tt></td>
+ * <td>Create a new Doxygen configuration file using the latest template.</td>
+ * </tr>
+ * <tr>
+ * <td><tt>doxygen_upgrade</tt></td>
+ * <td>Upgrade an existing Doxygen configuration file to the latest template</td>
+ * </tr>
* </table>
*
* \section SSec_BuildModule_DOXYGEN_MandatoryParams Mandatory Parameters