Merge "doxygen: Fix leading space in class member descriptions"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 23 Sep 2014 19:26:39 +0000 (19:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 23 Sep 2014 19:26:39 +0000 (19:26 +0000)
maintenance/mwdoc-filter.php

index 268ccdb..8650689 100644 (file)
@@ -21,6 +21,7 @@ $regexp = '#'
        . '\s+'
        // Type hint
        . '([^\s]+)'
+       . '\s+'
        // Any text or line(s) between type hint and '/' closing the comment
        // (includes the star of "*/")
        . '([^/]+)'