aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src/eunit_surefire.erl
diff options
context:
space:
mode:
authorLars Thorsen <lars@erlang.org>2010-12-01 12:11:06 +0100
committerLars Thorsen <lars@erlang.org>2010-12-01 12:11:06 +0100
commit2ea6490f944fd1358b2dacfaece6d5c583c2076b (patch)
tree4700752e882c76cba1fd5029fbc3cecb07bc58fb /lib/eunit/src/eunit_surefire.erl
parent9c37a5e56076c85e583848b02400e900a279ac5b (diff)
parentf11f263bade1738009d6aa8678b4ae381d2d47df (diff)
downloadotp-2ea6490f944fd1358b2dacfaece6d5c583c2076b.tar.gz
otp-2ea6490f944fd1358b2dacfaece6d5c583c2076b.tar.bz2
otp-2ea6490f944fd1358b2dacfaece6d5c583c2076b.zip
Merge branch 'lars/format_man_pages/OTP-8600' into dev
* lars/format_man_pages/OTP-8600: Fix format_man_pages so it handles all man sections and remove warnings/errors in man pages
Diffstat (limited to 'lib/eunit/src/eunit_surefire.erl')
-rw-r--r--lib/eunit/src/eunit_surefire.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/eunit_surefire.erl b/lib/eunit/src/eunit_surefire.erl
index aeda31d251..eb994a990a 100644
--- a/lib/eunit/src/eunit_surefire.erl
+++ b/lib/eunit/src/eunit_surefire.erl
@@ -15,7 +15,7 @@
%%
%% $Id: $
%%
-%% @author Micka�l R�mond <mremond@process-one.net>
+%% @author Micka&euml;l R&eacute;mond <mremond@process-one.net>
%% @copyright 2009 Micka�l R�mond, Paul Guyot
%% @see eunit
%% @doc Surefire reports for EUnit (Format used by Maven and Atlassian