From 11a01f1b5aeff063740edfbe99dba35003237551 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 27 Jan 2015 11:55:08 +0100 Subject: [doc] Report undocumented value expression functions in the manpage and texinfo manual. --- test/CheckManpage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CheckManpage.py') diff --git a/test/CheckManpage.py b/test/CheckManpage.py index 6b0f2476..944f4e07 100755 --- a/test/CheckManpage.py +++ b/test/CheckManpage.py @@ -17,6 +17,7 @@ class CheckManpage (CheckOptions): def __init__(self, args): CheckOptions.__init__(self, args) self.option_pattern = '\.It Fl \\\\-([-A-Za-z]+)' + self.function_pattern = '\.It Fn ([-A-Za-z_]+)' self.source_file = join(self.source, 'doc', 'ledger.1') self.source_type = 'manpage' -- cgit v1.2.3