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: neomutt-20160307~194^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=331d8a760953158d5fcc9a1cca5e00c560ab9b62;p=neomutt 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 ad7dd6831..e2fadaca2 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} = ""; }