diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-29 19:41:59 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-29 19:41:59 +0200 |
commit | f3a4b459d3b0d0036f96086beeafd7775799bfc9 (patch) | |
tree | f55df3df9450cbf5ded8b4fc8bc8b861c74c66c7 | |
parent | 800862df71654a7c4a1d5404c0c3192d685719f0 (diff) |
NaturalDocs/ObjC.pm: Stylistic improvements.
-rwxr-xr-x | NaturalDocs/ObjC.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NaturalDocs/ObjC.pm b/NaturalDocs/ObjC.pm index f0eeef4..abb4a33 100755 --- a/NaturalDocs/ObjC.pm +++ b/NaturalDocs/ObjC.pm @@ -82,9 +82,9 @@ sub ParsePrototype $p->AddParameter (NaturalDocs::Languages::Prototype::Parameter->New ("($2)", $1, $3, - "", - "", - "")); + undef, + undef, + undef)); $args_p = 1; $_ = $4; } |