diff options
author | Erlang/OTP <[email protected]> | 2010-06-15 17:44:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-15 17:44:30 +0200 |
commit | c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a (patch) | |
tree | 57bbee79eb46cc0945c3a56b157333bc60f8bbbf /lib/erl_docgen/doc/src/notes.xml | |
parent | 8495f694672a2bb6d1a4a25f9a93aab5c9fc916b (diff) | |
download | otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.tar.gz otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.tar.bz2 otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.zip |
The R14A releaseOTP_R14A
Final merge of all unexpected differences from dev to release.
Diffstat (limited to 'lib/erl_docgen/doc/src/notes.xml')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index ee74e598d9..ce6ba3d923 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -29,7 +29,25 @@ <file>notes.xml</file> </header> <p>This document describes the changes made to the erl_docgen application.</p> - <section><title>Erl_Docgen 0.2</title> + <section><title>erl_docgen 0.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <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> + </item> + </list> + </section> + + </section> + + <section><title>erl_docgen 0.2</title> <section><title>Improvements and New Features</title> <list> |