summaryrefslogtreecommitdiff
path: root/lib/edoc
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
committerHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
commit15ccde6390bb273d0132a75639da9dcf7d441de8 (patch)
treed334ea404721403a0f3c455c45d97c3d62642911 /lib/edoc
parentc50620199f0489372482006f712cb78b68946146 (diff)
downloaderlang-15ccde6390bb273d0132a75639da9dcf7d441de8.tar.gz
Revert "Prepare release"
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
Diffstat (limited to 'lib/edoc')
-rw-r--r--lib/edoc/doc/src/notes.xml67
-rw-r--r--lib/edoc/src/edoc.app.src2
-rw-r--r--lib/edoc/vsn.mk2
3 files changed, 2 insertions, 69 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml
index 96055d1cf8..2871a09476 100644
--- a/lib/edoc/doc/src/notes.xml
+++ b/lib/edoc/doc/src/notes.xml
@@ -32,73 +32,6 @@
<p>This document describes the changes made to the EDoc
application.</p>
-<section><title>Edoc 1.0</title>
-
- <section><title>Fixed Bugs and Malfunctions</title>
- <list>
- <item>
- <p>
- Fix so that the edoc_doclet option <c>file_suffix</c>
- also effects the links emitted into the module index.</p>
- <p>
- Own Id: OTP-17092</p>
- </item>
- </list>
- </section>
-
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>
- EDoc, the Erlang documentation engine, hits version 1.0
- with this release, which means a few changes.</p>
- <p>
- EDoc is now capable of emitting EEP-48 doc chunks. This
- means that, with some configuration, community projects
- can now provide documentation for <seeerl
- marker="stdlib:shell_docs"><c>shell_docs</c></seeerl> the
- same way that OTP libraries did since OTP 23.0.</p>
- <p>
- The <c>@spec</c> and <c>@type</c> EDoc tags have been
- deprecated. These are not supported with the new
- chunk-generating doclet and layout. Moreover, previously
- when there was a redundant <c>@spec</c> tag and
- <c>-spec</c> attribute defined for the same function, the
- <c>@spec</c> tag would take precedence. Now, the
- <c>-spec</c> attribute takes precedence and is more
- important. The same is true for redundant <c>@type</c>
- tags and <c>-type</c> attributes. Warnings are now
- emitted when such redundant entries are found.</p>
- <p>
- See the <seeguide marker="chapter">Doc chunks chapter in
- the Edoc User's Guide</seeguide> for more details.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-16949 Aux Id: PR-2803 OTP-17192 </p>
- </item>
- <item>
- <p>
- Edoc has been updated to use <c>-spec</c> to document its
- own interface instead of <c>@doc@</c> tags.</p>
- <p>
- Together with this change the inter-application linking
- for <c>-spec</c> style documentation has been improved.</p>
- <p>
- Own Id: OTP-17095 Aux Id: PR-2914 </p>
- </item>
- <item>
- <p>
- Allow user defined edoc macros to be functions.</p>
- <p>
- Own Id: OTP-17153 Aux Id: PR-2674 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Edoc 0.12</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/edoc/src/edoc.app.src b/lib/edoc/src/edoc.app.src
index 0edee67fce..6b6b6712f7 100644
--- a/lib/edoc/src/edoc.app.src
+++ b/lib/edoc/src/edoc.app.src
@@ -26,6 +26,6 @@
{registered,[]},
{applications, [compiler, kernel, stdlib, syntax_tools]},
{env, []},
- {runtime_dependencies, ["xmerl-1.3.7", "syntax_tools-1.6.14", "stdlib-3.15",
+ {runtime_dependencies, ["xmerl-1.3.7", "syntax_tools-1.6.14", "stdlib-@OTP-17120@",
"kernel-3.0", "inets-5.10", "erts-6.0"]}
]}.
diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk
index 251dc5be0f..5d2bbe769d 100644
--- a/lib/edoc/vsn.mk
+++ b/lib/edoc/vsn.mk
@@ -1 +1 @@
-EDOC_VSN = 1.0
+EDOC_VSN = 0.12