]> granicus.if.org Git - mutt/commitdiff
update regexp to include const keyword. The auto generated documentation of function...
authorMichael Elkins <me@sigpipe.org>
Mon, 31 Dec 2012 19:06:05 +0000 (19:06 +0000)
committerMichael Elkins <me@sigpipe.org>
Mon, 31 Dec 2012 19:06:05 +0000 (19:06 +0000)
doc/gen-map-doc

index ad7dd68315bbdee47dd7f0c37e0530aa77733561..e2fadaca23e0a4860ef84c26acb991e1f018ff79 100644 (file)
@@ -14,7 +14,7 @@ while (<F>) {
 close F;
 
 while (<STDIN>) {
-  if (/^struct binding_t Op.*{ \/\* map: (.*) \*\//) {
+  if (/^const struct binding_t Op.*{ \/\* map: (.*) \*\//) {
     $map = $1;
     $DOC{$map} = "";
   }