From 0598d622d875934effdcec2f1f637fe0160b91d6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 18 Aug 2012 10:51:14 +0000 Subject: [PATCH] Fix broken Doxygen documentation due to lack of HTML encoding. --- LUFA/DoxygenPages/BuildSystem.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index c1e8be3db3..1394c21c06 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -106,7 +106,7 @@ * Remove all intermediatary files but preserve any binary output files. * * - * .s + * <filename>.s * Create an assembly listing of a given input C/C++ source file. * *