diff options
| author | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 | 
| commit | bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 (patch) | |
| tree | a19c71208a9cb9e98cb83fddab2fb63f5bd3436e /lib/erl_docgen/doc/src | |
| parent | fab4839df8dbf6ee394278893382abd9800236a1 (diff) | |
| download | otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.gz otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.bz2 otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.zip | |
Prepare release
Diffstat (limited to 'lib/erl_docgen/doc/src')
| -rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 23 | 
1 files changed, 22 insertions, 1 deletions
| diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index 7f349f75a0..7a09b62351 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,28 @@    </header>    <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> -  <section><title>Erl_Docgen 0.7.3</title> +  <section><title>Erl_Docgen 0.8</title> + +    <section><title>Improvements and New Features</title> +      <list> +        <item> +          <p> +	    Add a hoverable element to the titles in the html +	    documentation with a link to github where the +	    documentation can be edited.</p> +          <p> +	    Make the anchors in the html User's Guide and system +	    documentation use the title of the sections instead of a +	    generated id.</p> +          <p> +	    Own Id: OTP-14979</p> +        </item> +      </list> +    </section> + +</section> + +<section><title>Erl_Docgen 0.7.3</title>      <section><title>Fixed Bugs and Malfunctions</title>        <list> | 
