Răsfoiți Sursa

wikiheaders: Fixed double-wikify call.

Ryan C. Gordon 4 ani în urmă
părinte
comite
45d128db00
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      build-scripts/wikiheaders.pl

+ 1 - 1
build-scripts/wikiheaders.pl

@@ -682,7 +682,7 @@ if ($copy_direction == 1) {  # --copy-to-headers
                     last if $subline =~ /\A\\/;  # some sort of doxygen command, assume we're past this thing.
                     last if $subline eq '';  # empty line, this param is done.
                     shift @doxygenlines;  # dump this line from the array; we're using it.
-                    $desc .= wikify($wikitype, " $subline");
+                    $desc .= " $subline";
                 }
 
                 # We need to know the length of the longest string to make Markdown tables, so we just store these off until everything is parsed.