~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

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>2011</year>
 
8
      <holder>Ericsson AB, All Rights Reserved</holder>
 
9
    </copyright>
 
10
    <legalnotice>
 
11
  The contents of this file are subject to the Erlang Public License,
 
12
  Version 1.1, (the "License"); you may not use this file except in
 
13
  compliance with the License. You should have received a copy of the
 
14
  Erlang Public License along with this software. If not, it can be
 
15
  retrieved online at http://www.erlang.org/.
 
16
 
 
17
  Software distributed under the License is distributed on an "AS IS"
 
18
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
  the License for the specific language governing rights and limitations
 
20
  under the License.
 
21
 
 
22
  The Initial Developer of the Original Code is Ericsson AB.
 
23
    </legalnotice>
 
24
 
 
25
    <title>Observer</title>
 
26
    <prepared>Dan Gudmundsson</prepared>
 
27
    <responsible></responsible>
 
28
    <docno>1</docno>
 
29
    <approved></approved>
 
30
    <checked></checked>
 
31
    <date>2011-12-08</date>
 
32
    <rev>PA1</rev>
 
33
    <file>observer.xml</file>
 
34
  </header>
 
35
  <module>observer</module>
 
36
  <modulesummary>A GUI tool for observing an erlang system.</modulesummary>
 
37
  <description>
 
38
    <p>The observer is gui frontend containing various tools to
 
39
    inspect a system.  It displays system information, application
 
40
    structures, process information, ets or mnesia tables and a frontend
 
41
    for tracing with <seealso marker="ttb">ttb</seealso>.
 
42
    </p>
 
43
 
 
44
    <p>See the <seealso marker="observer_ug">user's guide</seealso>
 
45
    for more information about how to get started.</p>
 
46
  </description>
 
47
  <funcs>
 
48
    <func>
 
49
      <name>start() -> ok</name>
 
50
      <fsummary>Start the observer gui</fsummary>
 
51
      <desc>
 
52
        <p>This function starts the <c>observer</c> gui.
 
53
        Close the window to stop the application.
 
54
        </p>
 
55
      </desc>
 
56
    </func>
 
57
  </funcs>
 
58
</erlref>