Sophie

Sophie

distrib > Fedora > 17 > x86_64 > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 577

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- Erl_Docgen Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/erl_docgen-0.3.3.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Erl_Docgen</strong><br><strong>Release Notes</strong><br><small>Version 0.3.3</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="Erl_Docgen Release Notes" expanded="true">Erl_Docgen Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Erl_Docgen 0.3.3"><a href="notes.html#id59264">Erl_Docgen 0.3.3</a></li>
<li title="Erl_Docgen 0.3.2"><a href="notes.html#id59293">Erl_Docgen 0.3.2</a></li>
<li title="Erl_Docgen 0.3.1"><a href="notes.html#id56429">Erl_Docgen 0.3.1</a></li>
<li title="Erl_Docgen 0.3"><a href="notes.html#id60160">Erl_Docgen 0.3</a></li>
<li title="Erl_Docgen 0.2.6"><a href="notes.html#id63216">Erl_Docgen 0.2.6</a></li>
<li title="Erl_Docgen 0.2.5"><a href="notes.html#id56864">Erl_Docgen 0.2.5</a></li>
<li title="erl_docgen 0.2.4"><a href="notes.html#id56894">erl_docgen 0.2.4</a></li>
<li title="erl_docgen 0.2.3"><a href="notes.html#id56924">erl_docgen 0.2.3</a></li>
<li title="erl_docgen 0.2.2"><a href="notes.html#id56979">erl_docgen 0.2.2</a></li>
<li title="erl_docgen 0.2.1"><a href="notes.html#id59348">erl_docgen 0.2.1</a></li>
<li title="erl_docgen 0.2"><a href="notes.html#id59379">erl_docgen 0.2</a></li>
<li title="erl_docgen 0.1"><a href="notes.html#id59447">erl_docgen 0.1</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Erl_Docgen Release Notes</h1>
  
  <p>This document describes the changes made to the <strong>erl_docgen</strong> application.</p>

  <h3><a name="id59264">1.1 
        Erl_Docgen 0.3.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> A possibility to configure erl_docgen so it can
	    generate documentation for other products than
	    Erlang/OTP. </p>
          <p>
	    Own Id: OTP-9040</p>
        </li>
      </ul>
    



<h3><a name="id59293">1.2 
        Erl_Docgen 0.3.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> A bug regarding spaces in C function prototypes has
	    been fixed. (Thanks to Richard O'Keefe.) </p>
          <p>
	    Own Id: OTP-10138</p>
        </li>
      </ul>
    



<h3><a name="id56429">1.3 
        Erl_Docgen 0.3.1</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Some links in C libraries were not generated
	    correctly. This bug has been fixed. </p>
          <p>
	    Own Id: OTP-9832</p>
        </li>
        <li>
          <p>
	    Set `font-family: Courier, monospace' in OTP doc CSS</p>
          <p>
	    left Courier as the primary original font and also added
	    monospace as secondary for people which in Linux does not
	    have it installed.</p>
          <p>
	    Also adds minor cosmetic changes to the CSS. (Thanks to
	    Ricardo Catalinas Jiménez)</p>
          <p>
	    Own Id: OTP-9918</p>
        </li>
        <li>
          <p>
	    When generating from edoc it is now possible to use
	    ranges in specs and &lt;img&gt; tags in the description.</p>
          <p>
	    Own Id: OTP-9970</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> Optimize and improve handling of multiple func:s.
	    </p>
          <p>
	    Own Id: OTP-9877</p>
        </li>
        <li>
	    <p> The generation of the libraries' HTML documentation
	    has been optimized. </p>
          <p>
	    Own Id: OTP-9893</p>
        </li>
      </ul>
    



<h3><a name="id60160">1.4 
        Erl_Docgen 0.3</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Bug fixes concerning the generation of manpages. </p>
          <p>
	    Own Id: OTP-9614</p>
        </li>
        <li>
	    <p> Fix syntax bug in eix files. </p>
          <p>
	    Own Id: OTP-9617</p>
        </li>
        <li>
	    <p> Bug fix concerning the generation of manpages. </p>
          <p>
	    Own Id: OTP-9759</p>
        </li>
        <li>
	    <p> Fixed an arity calculation bug for erlang functions
	    in the documentation index for html and pdf. </p>
          <p>
	    Own Id: OTP-9772</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> The docbuilder application is removed in R15 and
	    parts still used in the OTP documentation build process
	    and the DTD documentation is moved to erl_docgen. </p>
          <p>
	    Own Id: OTP-9721</p>
        </li>
      </ul>
    



<h3><a name="id63216">1.5 
        Erl_Docgen 0.2.6</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p>Bug fixes. </p>
          <p>
	    Own Id: OTP-9360</p>
        </li>
        <li>
	    <p> The manpage generation has been improved. </p>
          <p>
	    Own Id: OTP-9541 Aux Id: OTP-9550 </p>
        </li>
        <li>
	    <p> Fix eix file generation for new function spec
	    references. </p>
          <p>
	    Own Id: OTP-9562</p>
        </li>
        <li>
	    <p> The function signatures in the pdf files was not in a
	    fixed font. </p>
          <p>
	    Own Id: OTP-9563</p>
        </li>
        <li>
	    <p> The parts level in the system documentation was
	    missing in the bookmarks menu for the pdf and the
	    copyright year generation for PDF was not correct. </p>
          <p>
	    Own Id: OTP-9576</p>
        </li>
        <li>
	    <p> The indentation after <span class="code">Warning:</span> and
	    <span class="code">Note:</span> in manpages has been improved. </p>
          <p>
	    Own Id: OTP-9588</p>
        </li>
      </ul>
    



<h3><a name="id56864">1.6 
        Erl_Docgen 0.2.5</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> The support for using Erlang specifications and types
	    has been improved. </p>
          <p>
	    Own Id: OTP-9261</p>
        </li>
      </ul>
    



<h3><a name="id56894">1.7 
        erl_docgen 0.2.4</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	  <p>Subsections below level 2 where not handled correct when generating html and pdf.</p>
          <p>
	    Own Id: OTP-90730</p>
        </li>
      </ul>
    

  

  <h3><a name="id56924">1.8 
        erl_docgen 0.2.3</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Fix format_man_pages so it handles all man sections
	    and remove warnings/errors in various man pages. </p>
          <p>
	    Own Id: OTP-8600</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> Support for using Dialyzer specifications and types
	    has been added. This is an experimental release; changes
	    are expected before the new functionality is used when
	    building the OTP documentation. </p>
          <p>
	    Own Id: OTP-8720</p>
        </li>
      </ul>
    

  

  <h3><a name="id56979">1.9 
        erl_docgen 0.2.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Fixed the transformation from xml to html of the
	    funcs block in comref pages. </p>
          <p>
	    Own Id: OTP-8792</p>
        </li>
      </ul>
    

  

  <h3><a name="id59348">1.10 
        erl_docgen 0.2.1</a></h3>

	<h4>Fixed Bugs and Malfunctions</h4>
	  <ul>
	    <li>
	      <p>
                The text within code examples (CODE and PRE tags) will not be 
                space normalized for man pages.
              </p>
	      <p>
	        Own Id: OTP-8476
              </p>
	    </li>
	  </ul>
	

    

    <h3><a name="id59379">1.11 
        erl_docgen 0.2</a></h3>

	<h4>Improvements and New Features</h4>
	  <ul>
	    <li>
	      <p>
	    Added an xsl transform from OTP xml documentation to a
	    file (.eix) of erlang terms that can be read by the
	    erldoc application. Erldoc handles the documentation
	    search mechanism at erlang.org. Added generation of eix
	    files to otp_release_targets.mk. Fixed a copyright date
	    error in db_html.xsl .</p>
	      <p>
	    Own Id: OTP-8308</p>
	    </li>
	    <li>
	    <p>The documentation is now possible to build in an open
	    source environment after a number of bugs are fixed and
	    some features are added in the documentation build
	    process. </p>
	    <p>- The arity calculation is updated.</p>
	    <p>- The module prefix used in the function names for
	    bif's are removed in the generated links so the links
	    will look like
	    "http://www.erlang.org/doc/man/erlang.html#append_element-2"
	    instead of
	    "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
	    <p>- Enhanced the menu positioning in the html
	    documentation when a new page is loaded.</p>
	    <p>- A number of corrections in the generation of man
	    pages (thanks to Sergei Golovan)</p>
	    <p>- The legal notice is taken from the xml book file so
	    OTP's build process can be used for non OTP
	    applications.</p>
	      <p>
	    Own Id: OTP-8343</p>
	    </li>
	  </ul>
	

    

  <h3><a name="id59447">1.12 
        erl_docgen 0.1</a></h3>

    <h4>Improvements and new features</h4>
      
      <p>This is the first release of erl_docgen for internal use.</p>
    


  

</div>
<div class="footer">
<hr>
<p>Copyright © 2004-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>