From fc5ed9af92cd2193766f4c7ae7d6a67b8578dae8 Mon Sep 17 00:00:00 2001 From: Jon Purdy Date: Wed, 8 Mar 2017 15:44:13 -0800 Subject: [PATCH] [exdoc] Enable formatting in deprecated annotations. --- docs/exdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/exdoc b/docs/exdoc index 44db88382bc..92027663e6d 100644 --- a/docs/exdoc +++ b/docs/exdoc @@ -153,6 +153,9 @@ sub process_function { } process_formatting(\$returns, $file_path, $.); process_formatting(\$body, $file_path, $.); + if (defined($deprecated)) { + process_formatting(\$deprecated, $file_path, $.); + } $body =~ s/\n/ /g; if (exists($docs->{body}->{$name})) { -- 2.25.1