Skip to content

Commit

Permalink
edoc: Re-instate ?NO_APP and deprecate it
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Apr 6, 2021
1 parent aaa5b05 commit db8d323
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/edoc/include/edoc_doclet.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
%% Author contact: [email protected]
%% =====================================================================

%% Keep this define for backwards compatibility
-define(NO_APP, no_app).

-record(doclet_context, {dir = "",
env,
opts = []}).
Expand Down
7 changes: 7 additions & 0 deletions system/doc/general_info/deprecations_24.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
</p>
</section>

<section>
<title>?NO_APP macro</title>
<p>
The ?NO_APP macro in the edoc include file <c>edoc_doclet.hrl</c> has
been deprecated.
</p>
</section>

0 comments on commit db8d323

Please sign in to comment.