~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/tools/doc/src/xref.xml

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<erlref>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2000</year><year>2009</year>
 
7
      <year>2000</year><year>2010</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
13
13
      compliance with the License. You should have received a copy of the
14
14
      Erlang Public License along with this software. If not, it can be
15
15
      retrieved online at http://www.erlang.org/.
16
 
    
 
16
 
17
17
      Software distributed under the License is distributed on an "AS IS"
18
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
19
19
      the License for the specific language governing rights and limitations
20
20
      under the License.
21
 
    
 
21
 
22
22
    </legalnotice>
23
23
 
24
24
    <title>xref</title>
239
239
      <item>RegArity ::= RegString | Number | <c>_</c> | <c>-1</c></item>
240
240
      <item>RegAtom ::= RegString | Atom | <c>_</c></item>
241
241
      <item>RegString ::= - a regular expression, as described in the 
242
 
      <c>regexp</c> module, enclosed in double quotes -</item>
 
242
      <c>re</c> module, enclosed in double quotes -</item>
243
243
      <item>Type ::= <c>Fun</c> | <c>Mod</c> | <c>App</c> | <c>Rel</c></item>
244
244
      <item>Function ::= Atom</item>
245
245
      <item>Application ::= Atom</item>
264
264
      Assigning a type to a list or tuple of <c>Constant</c> is
265
265
      equivalent to assigning the type to each <c>Constant</c>.
266
266
      </p>
267
 
    <p>      <marker id="regexp"></marker>
268
 
<em>Regular expressions</em> are used as a
 
267
    <p><marker id="regexp"></marker><em>Regular expressions</em> are used as a
269
268
      means to select some of the vertices of a graph.
270
269
      A <c>RegExpr</c> consisting of a <c>RegString</c> and a type -
271
270
      an example is <c>"xref_.*" : Mod</c> - is interpreted as those
1176
1175
          <item>
1177
1176
            <p><c>no_functions</c>. Functions in library modules and
1178
1177
              the functions <c>module_info/0,1</c> are not counted by
1179
 
              <c>info</c>. Assuming that <c>"Extra := _:module_info/\\"(0|1)\\" + LM"</c> has been evaluated, the
 
1178
              <c>info</c>. Assuming that <c>"Extra := _:module_info/\"(0|1)\" + LM"</c> has been evaluated, the
1180
1179
              sum of the number of local and exported functions are:</p>
1181
1180
            <list type="bulleted">
1182
1181
              <item><c>"# (F - Extra)"</c> (info/1)</item>
1546
1545
  </funcs>
1547
1546
 
1548
1547
  <section>
1549
 
    <title>See Also</title>
1550
 
    <p>beam_lib(3), digraph(3), digraph_utils(3), regexp(3), 
 
1548
    <title>See Also</title><p>
 
1549
      <seealso marker="stdlib:beam_lib">beam_lib(3)</seealso>,
 
1550
      <seealso marker="stdlib:digraph">digraph(3)</seealso>,
 
1551
      <seealso marker="stdlib:digraph_utils">digraph_utils(3)</seealso>,
 
1552
      <seealso marker="stdlib:re">re(3)</seealso>,
1551
1553
      <seealso marker="xref_chapter">TOOLS User's Guide</seealso></p>
1552
1554
  </section>
1553
1555
</erlref>