diff options
author | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
commit | c04cad3ba921deb086d19e2de2526af4854add75 (patch) | |
tree | 305d62687e520a194bdf3bdfccff7b2a3a57b41a /lib/erl_docgen | |
parent | 2c9dba638a8bda92e3db2d5c07e6ba251330c7ca (diff) | |
download | otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.gz otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.bz2 otp-c04cad3ba921deb086d19e2de2526af4854add75.zip |
Revert "Prepare release"
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 54 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 2 insertions, 54 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index 3425a8a712..be94c0a7a0 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,59 +31,7 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 0.4.3</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> Generate HTML anchors for datatypes without - <c>name</c> attribute. </p> - <p> - Own Id: OTP-13600 Aux Id: Jira: ERL-141 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Internal changes</p> - <p> - Own Id: OTP-13551</p> - </item> - </list> - </section> - - - <section><title>Known Bugs and Problems</title> - <list> - <item> - <p> Updated make rules so it's possible to use the - xmllint target for checking the system - documentation.<br/> Removed usage of non defined DTD tag - (output) from the system documentation and corrected a - number of xml faults. </p> <p> Added support for quote - tag and a new level of header formatting in erl_docgen. - </p> <p> A fault when generating html for manual set - markers for section headings is corrected so now is the - title visible after hyperlink jump. </p> - <p> - Own Id: OTP-13638</p> - </item> - <item> - <p> Corrected the space handling for the seealso tag. - </p> - <p> - Own Id: OTP-13639</p> - </item> - </list> - </section> - -</section> - -<section><title>Erl_Docgen 0.4.2</title> + <section><title>Erl_Docgen 0.4.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 62e6d034ad..3188b926ff 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.4.3 +ERL_DOCGEN_VSN = 0.4.2 |