diff options
author | Henrik <henrik@erlang.org> | 2018-05-29 10:47:25 +0200 |
---|---|---|
committer | Henrik <henrik@erlang.org> | 2018-05-29 10:47:25 +0200 |
commit | b9faca269de1de51ae33577cc204befbea24243c (patch) | |
tree | 5b0dedddf524df00c0377927c767ac2a25c3794f /lib/erl_docgen | |
parent | d3b4568f6d910eb4ce26b7a899c8c414ae252386 (diff) | |
download | erlang-b9faca269de1de51ae33577cc204befbea24243c.tar.gz |
Revert "Prepare release"
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 35 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 2 insertions, 35 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index e87a1ae102..2652b4b0c8 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,40 +31,7 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 0.8</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> Update makefile so db_funcs.xsl is a part of the - installed application. </p> - <p> - Own Id: OTP-15091</p> - </item> - </list> - </section> - - - <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.2</title> + <section><title>Erl_Docgen 0.7.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 0b24604daa..a556b73103 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.8 +ERL_DOCGEN_VSN = 0.7.3 |