From: Michael Elkins Date: Mon, 31 Dec 2012 19:06:05 +0000 (+0000) Subject: update regexp to include const keyword. The auto generated documentation of function... X-Git-Tag: mutt-1-5-22-rel~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7072a534c9e93d17e0be2e27c96d41901cab95;p=mutt update regexp to include const keyword. The auto generated documentation of functions was failing due to a change in the source code format. --- diff --git a/doc/gen-map-doc b/doc/gen-map-doc index ad7dd683..e2fadaca 100644 --- a/doc/gen-map-doc +++ b/doc/gen-map-doc @@ -14,7 +14,7 @@ while () { close F; while () { - if (/^struct binding_t Op.*{ \/\* map: (.*) \*\//) { + if (/^const struct binding_t Op.*{ \/\* map: (.*) \*\//) { $map = $1; $DOC{$map} = ""; }