summaryrefslogtreecommitdiff
path: root/NaturalDocs/ObjC.pm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-29 17:36:57 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-29 17:36:57 +0200
commitaca9cb97b4214a6acb2728c745cffd2f0d823f72 (patch)
tree0484ea18307bdf3d3a82eac656e5a2771631f683 /NaturalDocs/ObjC.pm
parent25b3d7385acb1b3b406a997ad61d82600c7a077f (diff)
Natural Docs Objective-C handling: Further refinements.
Diffstat (limited to 'NaturalDocs/ObjC.pm')
-rwxr-xr-xNaturalDocs/ObjC.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/NaturalDocs/ObjC.pm b/NaturalDocs/ObjC.pm
index 64b948d..f0eeef4 100755
--- a/NaturalDocs/ObjC.pm
+++ b/NaturalDocs/ObjC.pm
@@ -124,7 +124,6 @@ sub ParsePrototype
}
else
{
- print "Nope.\n$prototype\n";
return $self->SUPER::ParsePrototype ($topic_type, $prototype);
}
};