Support [todo] attribute on functions.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 8 Apr 2008 00:57:59 +0000 (02:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 8 Apr 2008 00:57:59 +0000 (02:57 +0200)
source/pidl/lib/Parse/Pidl/NDR.pm

index 86ed1a8d10451ab1212c13bcfbc2e5a4bfcbf639..33e5ad31961d938d1b6a4077f80cd06fd88e55bf 100644 (file)
@@ -866,6 +866,7 @@ my %property_list = (
        "nosize"                => ["FUNCTION", "TYPEDEF"],
        "noprint"               => ["FUNCTION", "TYPEDEF"],
        "noejs"                 => ["FUNCTION", "TYPEDEF"],
+       "todo"                  => ["FUNCTION"],
 
        # union
        "switch_is"             => ["ELEMENT"],