summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-02-26 11:56:56 +0100
committerSimon Josefsson <simon@josefsson.org>2009-02-26 11:56:56 +0100
commit990d5382b9205403dc80869bd0a1c60de7ee6625 (patch)
treec1edf0ef19107fc5d63ff00a85d9d2c545152ad5
parent6aaef5af0e1574f886a4ed0521790961df249fdf (diff)
downloadgnutls-990d5382b9205403dc80869bd0a1c60de7ee6625.tar.gz
Revert gdoc patch.
-rwxr-xr-xdoc/scripts/gdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index d142fad70b..09b154a4c5 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -123,7 +123,7 @@
use POSIX qw(strftime);
# match expressions used to find embedded type information
-$type_constant = "(?<!\")\\\%(\\w+)";
+$type_constant = "\\\%(\\w+)";
$type_func = "(\\w+\\(\\))";
$type_param = "\\\@(\\w+)";
$type_struct = "\\\#(\\w+)";