[exdoc] Enable formatting in deprecated annotations.
authorJon Purdy <evincarofautumn@gmail.com>
Wed, 8 Mar 2017 23:44:13 +0000 (15:44 -0800)
committerJon Purdy <evincarofautumn@gmail.com>
Fri, 24 Mar 2017 20:43:07 +0000 (13:43 -0700)
docs/exdoc

index 44db88382bcb53392cce4ff53a6cb039cd724546..92027663e6d6f7244b55fdcf8fa4f33a05f504c8 100644 (file)
@@ -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})) {