diff options
author | Anders Svensson <[email protected]> | 2013-03-06 07:39:36 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-03-06 08:32:08 +0100 |
commit | 495f1f103096733fe03ae1ef67d68874bb51aafd (patch) | |
tree | a74df382bdda79f940da4c7b6a8926286f7547ef /lib/tools/doc/src/cover.xml | |
parent | 05f11890bdfec4bfc3a78e191a87e70a937ffc54 (diff) | |
download | otp-495f1f103096733fe03ae1ef67d68874bb51aafd.tar.gz otp-495f1f103096733fe03ae1ef67d68874bb51aafd.tar.bz2 otp-495f1f103096733fe03ae1ef67d68874bb51aafd.zip |
Fix cover.xml formatting error
Diffstat (limited to 'lib/tools/doc/src/cover.xml')
-rw-r--r-- | lib/tools/doc/src/cover.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tools/doc/src/cover.xml b/lib/tools/doc/src/cover.xml index a2444ec947..9c116aa04b 100644 --- a/lib/tools/doc/src/cover.xml +++ b/lib/tools/doc/src/cover.xml @@ -214,7 +214,9 @@ <c>{no_abstract_code,BeamFile}</c> is returned. If the abstract code is encrypted, and no key is available for decrypting it, the error reason - <c><![CDATA[{encrypted_abstract_code,BeamFile} is returned. <p>If only the module name (i.e. not the full name of the <c>.beam]]></c> file) is given to this function, the + <c>{encrypted_abstract_code,BeamFile}</c> is returned.</p> + <p>If only the module name (i.e. not the full name of the + <c>.beam</c> file) is given to this function, the <c>.beam</c> file is found by calling <c>code:which(Module)</c>. If no <c>.beam</c> file is found, the error reason <c>non_existing</c> is returned. If the |