aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/doc/src/cover_chapter.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-10-12 12:21:15 +0200
committerBjörn Gustavsson <[email protected]>2015-10-14 16:21:59 +0200
commitd8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch)
treeafa66a50629b79f8e18b20fdf8998f57917a2822 /lib/tools/doc/src/cover_chapter.xml
parentf658c063ad5c587a354e24233de3405953bd7cec (diff)
downloadotp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz
otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2
otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip
Remove the deprecated webtool application
Diffstat (limited to 'lib/tools/doc/src/cover_chapter.xml')
-rw-r--r--lib/tools/doc/src/cover_chapter.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/tools/doc/src/cover_chapter.xml b/lib/tools/doc/src/cover_chapter.xml
index 2f7f8d8083..c3f1570477 100644
--- a/lib/tools/doc/src/cover_chapter.xml
+++ b/lib/tools/doc/src/cover_chapter.xml
@@ -451,48 +451,5 @@ ok
<p>When Cover is stopped, all Cover compiled modules are unloaded.</p>
</section>
</section>
-
- <section>
- <title>Using the Web Based User Interface to Cover</title>
-
- <section>
- <title>Introduction</title>
- <p>To ease the use of Cover there is a web based user interface
- to Cover called WebCover. WebCover is designed to be started
- and used via WebTool. It is possible to Cover compile Erlang
- modules and to generate printable Cover and Call analyses via
- the web based user interface.</p>
- </section>
-
- <section>
- <title>Start the Web Based User Interface to Cover</title>
- <p>To start WebCover you can either start WebTool, point a
- browser to the start page of WebTool and start WebCover from
- there, or you can use the <c>start_webtool</c> script to start
- Webtool, WebCover and a browser. See WebTool documentation for
- further information.</p>
- <p>Currently WebCover is only compatible
- with Internet Explorer and Netscape Navigator 4.0 and higher.</p>
- </section>
-
- <section>
- <title>Navigating WebCover</title>
- <p>From the menu in the lefthand frame you can select the
- <c>Nodes</c>, <c>Compile</c>, <c>Import</c> or <c>Result</c>
- page.</p>
- <p>From the <c>Nodes</c> page you can add remote nodes to
- participate in the coverage analysis. Coverage data from all
- involved nodes will then be merged during analysis.</p>
- <p>From the <c>Compile</c> page you can Cover compile <c>.erl</c>
- or <c>.beam</c> files.</p>
- <p>From the <c>Import</c> page you can import coverage data from
- a previous analysis. Imported data will then be merged with
- the current coverage data. <em>Note</em> that it is only possible to
- import files with the extension <c>.coverdata</c>.</p>
- <p>From the <c>Result</c> page you can analyse, reset or export
- coverage data.</p>
- <p>Please follow the instructions on each page.</p>
- </section>
- </section>
</chapter>