1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

Support [todo] attribute on functions.

(This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4)
This commit is contained in:
Jelmer Vernooij 2008-04-08 02:57:59 +02:00
parent 57bf8d2e33
commit ab27e718fd

View File

@ -866,6 +866,7 @@ my %property_list = (
"nosize" => ["FUNCTION", "TYPEDEF"],
"noprint" => ["FUNCTION", "TYPEDEF"],
"noejs" => ["FUNCTION", "TYPEDEF"],
"todo" => ["FUNCTION"],
# union
"switch_is" => ["ELEMENT"],