From 017a28c22dedafa51988bd431c8dd554c6d85184 Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Wed, 24 Feb 2021 09:54:27 +0100 Subject: Revert "Prepare release" This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd. --- lib/edoc/doc/src/notes.xml | 67 ---------------------------------------------- lib/edoc/src/edoc.app.src | 2 +- lib/edoc/vsn.mk | 2 +- 3 files changed, 2 insertions(+), 69 deletions(-) (limited to 'lib/edoc') 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 @@

This document describes the changes made to the EDoc application.

-
Edoc 1.0 - -
Fixed Bugs and Malfunctions - - -

- Fix so that the edoc_doclet option file_suffix - also effects the links emitted into the module index.

-

- Own Id: OTP-17092

-
-
-
- - -
Improvements and New Features - - -

- EDoc, the Erlang documentation engine, hits version 1.0 - with this release, which means a few changes.

-

- EDoc is now capable of emitting EEP-48 doc chunks. This - means that, with some configuration, community projects - can now provide documentation for shell_docs the - same way that OTP libraries did since OTP 23.0.

-

- The @spec and @type EDoc tags have been - deprecated. These are not supported with the new - chunk-generating doclet and layout. Moreover, previously - when there was a redundant @spec tag and - -spec attribute defined for the same function, the - @spec tag would take precedence. Now, the - -spec attribute takes precedence and is more - important. The same is true for redundant @type - tags and -type attributes. Warnings are now - emitted when such redundant entries are found.

-

- See the Doc chunks chapter in - the Edoc User's Guide for more details.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-16949 Aux Id: PR-2803 OTP-17192

-
- -

- Edoc has been updated to use -spec to document its - own interface instead of @doc@ tags.

-

- Together with this change the inter-application linking - for -spec style documentation has been improved.

-

- Own Id: OTP-17095 Aux Id: PR-2914

-
- -

- Allow user defined edoc macros to be functions.

-

- Own Id: OTP-17153 Aux Id: PR-2674

-
-
-
- -
-
Edoc 0.12
Improvements and New Features 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 -- cgit v1.2.1