~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/erl_docgen/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    <file>notes.xml</file>
30
30
  </header>
31
31
  <p>This document describes the changes made to the erl_docgen application.</p>
32
 
 
 
32
    <section><title>Erl_Docgen 0.2</title>
 
33
 
 
34
        <section><title>Improvements and New Features</title>
 
35
          <list>
 
36
            <item>
 
37
              <p>
 
38
            Added an xsl transform from OTP xml documentation to a
 
39
            file (.eix) of erlang terms that can be read by the
 
40
            erldoc application. Erldoc handles the documentation
 
41
            search mechanism at erlang.org. Added generation of eix
 
42
            files to otp_release_targets.mk. Fixed a copyright date
 
43
            error in db_html.xsl .</p>
 
44
              <p>
 
45
            Own Id: OTP-8308</p>
 
46
            </item>
 
47
            <item>
 
48
            <p>The documentation is now possible to build in an open
 
49
            source environment after a number of bugs are fixed and
 
50
            some features are added in the documentation build
 
51
            process. </p>
 
52
            <p>- The arity calculation is updated.</p>
 
53
            <p>- The module prefix used in the function names for
 
54
            bif's are removed in the generated links so the links
 
55
            will look like
 
56
            "http://www.erlang.org/doc/man/erlang.html#append_element-2"
 
57
            instead of
 
58
            "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
 
59
            <p>- Enhanced the menu positioning in the html
 
60
            documentation when a new page is loaded.</p>
 
61
            <p>- A number of corrections in the generation of man
 
62
            pages (thanks to Sergei Golovan)</p>
 
63
            <p>- The legal notice is taken from the xml book file so
 
64
            OTP's build process can be used for non OTP
 
65
            applications.</p>
 
66
              <p>
 
67
            Own Id: OTP-8343</p>
 
68
            </item>
 
69
          </list>
 
70
        </section>
 
71
 
 
72
    </section>
33
73
 
34
74
  <section><title>erl_docgen 0.1</title>
35
75