~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/observer/doc/src/crashdump.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE erlref SYSTEM "erlref.dtd">
 
3
 
 
4
<erlref>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2003</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>crashdump_viewer</title>
 
27
    <prepared>Siri hansen</prepared>
 
28
    <responsible></responsible>
 
29
    <docno>1</docno>
 
30
    <approved></approved>
 
31
    <checked></checked>
 
32
    <date>2003-03-10</date>
 
33
    <rev>PA1</rev>
 
34
    <file>crashdump.sgml</file>
 
35
  </header>
 
36
  <module>crashdump_viewer</module>
 
37
  <modulesummary>A HTML based tool for browsing Erlang crashdumps.</modulesummary>
 
38
  <description>
 
39
    <p>The Crashdump Viewer is an HTML based tool for browsing Erlang
 
40
      crashdumps. Crashdump Viewer runs under the WebTool application.</p>
 
41
  </description>
 
42
  <funcs>
 
43
    <func>
 
44
      <name>start() -> ok</name>
 
45
      <fsummary>Start the crashdump_viewer</fsummary>
 
46
      <desc>
 
47
        <p>This function starts the <c>crashdump_viewer</c>.</p>
 
48
      </desc>
 
49
    </func>
 
50
    <func>
 
51
      <name>stop() -> ok</name>
 
52
      <fsummary>Stop the crashdump_viewer</fsummary>
 
53
      <desc>
 
54
        <p>This function stops the <c>crashdump_viewer</c>.</p>
 
55
      </desc>
 
56
    </func>
 
57
  </funcs>
 
58
</erlref>
 
59