diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 10:51:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 10:51:14 +0000 |
commit | 0598d622d875934effdcec2f1f637fe0160b91d6 (patch) | |
tree | c84411fb08194f11521a631384d84b58834c1a14 | |
parent | 7375c789e1b85ef5eb280339559c0cc9ae8f3b87 (diff) | |
download | lufa-0598d622d875934effdcec2f1f637fe0160b91d6.tar.gz lufa-0598d622d875934effdcec2f1f637fe0160b91d6.tar.bz2 lufa-0598d622d875934effdcec2f1f637fe0160b91d6.zip |
Fix broken Doxygen documentation due to lack of HTML encoding.
-rw-r--r-- | LUFA/DoxygenPages/BuildSystem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index c1e8be3db..1394c21c0 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -106,7 +106,7 @@ * <td>Remove all intermediatary files but preserve any binary output files.</td>
* </tr>
* <tr>
- * <td><tt><filename>.s</tt></td>
+ * <td><tt><i><filename></i>.s</tt></td>
* <td>Create an assembly listing of a given input C/C++ source file.</td>
* </tr>
* </table>
|