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:
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};