From 0a2237a18e16de514677c7c2a13bee7c6e32bbaf Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Sun, 17 Feb 2013 13:30:03 +0100 Subject: Document change to cover.erl source search The change was introduced in commit 29231033. --- lib/tools/doc/src/cover.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/cover.xml b/lib/tools/doc/src/cover.xml index 9c116aa04b..477871d6c3 100644 --- a/lib/tools/doc/src/cover.xml +++ b/lib/tools/doc/src/cover.xml @@ -5,7 +5,7 @@
2001 - 2012 + 2013 Ericsson AB, All Rights Reserved @@ -315,9 +315,10 @@ file, i.e. using compile_beam/1 or compile_beam_directory/0,1, it is assumed that the source code can be found in the same directory as the - .beam file, or in ../src relative to that - directory. If no source code is found, - ,{error,no_source_code_found} is returned.

+ .beam file, in ../src relative to that + directory, or at the source path in + Module:module_info(compile). If no source code is found, + {error,no_source_code_found} is returned.

HINT: It is possible to issue multiple analyse_to_file commands at the same time.

-- cgit v1.2.3