From aca9cb97b4214a6acb2728c745cffd2f0d823f72 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Aug 2008 17:36:57 +0200 Subject: Natural Docs Objective-C handling: Further refinements. --- NaturalDocs/Languages.txt | 2 +- NaturalDocs/ObjC.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'NaturalDocs') diff --git a/NaturalDocs/Languages.txt b/NaturalDocs/Languages.txt index 918c7df..081a95c 100644 --- a/NaturalDocs/Languages.txt +++ b/NaturalDocs/Languages.txt @@ -116,7 +116,7 @@ Language: Objective-C Extension: h Shebang String: objc - Ignore Prefix in Index: MLK + Ignore Prefixes in Index: MLK + - Line Comment: // Block Comment: /* */ Package Separator: :: 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); } }; -- cgit v1.2.3