aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:51:14 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:51:14 +0000
commit0598d622d875934effdcec2f1f637fe0160b91d6 (patch)
treec84411fb08194f11521a631384d84b58834c1a14 /LUFA/DoxygenPages
parent7375c789e1b85ef5eb280339559c0cc9ae8f3b87 (diff)
downloadlufa-0598d622d875934effdcec2f1f637fe0160b91d6.tar.gz
lufa-0598d622d875934effdcec2f1f637fe0160b91d6.tar.bz2
lufa-0598d622d875934effdcec2f1f637fe0160b91d6.zip
Fix broken Doxygen documentation due to lack of HTML encoding.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt2
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>&lt;filename&gt;</i>.s</tt></td>
* <td>Create an assembly listing of a given input C/C++ source file.</td>
* </tr>
* </table>