Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alpeters@microsoft.com>2017-11-22 14:27:16 +0300
committerAlex Rønne Petersen <alpeters@microsoft.com>2017-11-23 16:16:03 +0300
commit908d10de6ce86358fac6f7b4a5c98938adbdab52 (patch)
tree6ea4a999ca41d8b1211ffc33df6d468fb4d8d72a /docs
parent528e793ce395474ba116ecd9610fe04c959e3e57 (diff)
[exdoc] Don't transform newline characters to spaces.
This is unnecessary and messes with code block formatting.
Diffstat (limited to 'docs')
-rw-r--r--docs/exdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/exdoc b/docs/exdoc
index 38f1cc5e1b1..0fff1dc7326 100644
--- a/docs/exdoc
+++ b/docs/exdoc
@@ -157,7 +157,6 @@ sub process_function {
if (defined($deprecated)) {
process_formatting(\$deprecated, $file_path, $.);
}
- $body =~ s/\n/ /g;
if (exists($docs->{body}->{$name})) {
my $origin = $docs->{origin}->{$name};