aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-02-17 13:30:03 +0100
committerAnders Svensson <[email protected]>2013-03-06 08:32:09 +0100
commit0a2237a18e16de514677c7c2a13bee7c6e32bbaf (patch)
tree18819eed225d31329902b4caf52a64494f1ec4e4 /lib/tools
parent495f1f103096733fe03ae1ef67d68874bb51aafd (diff)
downloadotp-0a2237a18e16de514677c7c2a13bee7c6e32bbaf.tar.gz
otp-0a2237a18e16de514677c7c2a13bee7c6e32bbaf.tar.bz2
otp-0a2237a18e16de514677c7c2a13bee7c6e32bbaf.zip
Document change to cover.erl source search
The change was introduced in commit 29231033.
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/doc/src/cover.xml9
1 files changed, 5 insertions, 4 deletions
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 @@
<header>
<copyright>
<year>2001</year>
- <year>2012</year>
+ <year>2013</year>
<holder>Ericsson AB, All Rights Reserved</holder>
</copyright>
<legalnotice>
@@ -315,9 +315,10 @@
file, i.e. using <c>compile_beam/1</c> or
<c>compile_beam_directory/0,1</c>, it is assumed that the
source code can be found in the same directory as the
- <c>.beam</c> file, or in <c>../src</c> relative to that
- directory. If no source code is found,
- <c>,{error,no_source_code_found}</c> is returned.</p>
+ <c>.beam</c> file, in <c>../src</c> relative to that
+ directory, or at the source path in
+ <c>Module:module_info(compile)</c>. If no source code is found,
+ <c>{error,no_source_code_found}</c> is returned.</p>
<p>HINT: It is possible to issue multiple analyse_to_file commands at
the same time. </p>
</desc>