diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 12:07:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 12:07:05 +0000 |
commit | 8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f (patch) | |
tree | a9f34a7331076077bfa052d0ec0a6a8dc60ffca4 /LUFA/DoxygenPages | |
parent | 7750783809a896fe7e38eebb0030b16685820d26 (diff) | |
download | lufa-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')
-rw-r--r-- | LUFA/DoxygenPages/BuildSystem.txt | 14 | ||||
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
2 files changed, 12 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
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index d4846bcdc..6dbd8abbc 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -10,6 +10,7 @@ * <b>New:</b> * - Core: * - Added support for the Arduino Leonardo board + * - Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module * - Library Applications: * - <i>None</i> * |