aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-03-09 08:39:47 +0100
committerHans Bolinder <[email protected]>2011-03-09 08:39:47 +0100
commitc668eba73f72e8407158592bc65f37d5cc8aaaa3 (patch)
treea38aa0bcdb78f49cfb2c05c911f437b356a7b741 /lib
parent8f3edd734829736a53d6afcac4794c3c9891de9d (diff)
parent9e1b4b25f80519987af7dba4ae820fa23b128c6d (diff)
downloadotp-c668eba73f72e8407158592bc65f37d5cc8aaaa3.tar.gz
otp-c668eba73f72e8407158592bc65f37d5cc8aaaa3.tar.bz2
otp-c668eba73f72e8407158592bc65f37d5cc8aaaa3.zip
Merge branch 'hb/erl_docgen/bug_fixes/OTP-8975' into dev
* hb/erl_docgen/bug_fixes/OTP-8975: Minor improvement of a script
Diffstat (limited to 'lib')
-rwxr-xr-xlib/erl_docgen/priv/bin/xref_mod_app.escript4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/erl_docgen/priv/bin/xref_mod_app.escript b/lib/erl_docgen/priv/bin/xref_mod_app.escript
index fcc3a96ada..13671ef2f8 100755
--- a/lib/erl_docgen/priv/bin/xref_mod_app.escript
+++ b/lib/erl_docgen/priv/bin/xref_mod_app.escript
@@ -2,7 +2,7 @@
%% -*- erlang -*-
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2010. All Rights Reserved.
+%% Copyright Ericsson AB 2010-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -86,8 +86,6 @@ appmods(D) ->
end,
{App, [filename:basename(EF, ".erl") || EF <- ErlFiles]}.
--include_lib("xmerl/include/xmerl.hrl").
-
-define(IND(N), lists:duplicate(N, $\s)).
-define(NL, "\n").