summaryrefslogtreecommitdiff
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
parent25b3d7385acb1b3b406a997ad61d82600c7a077f (diff)
Natural Docs Objective-C handling: Further refinements.
-rw-r--r--NaturalDocs/Languages.txt2
-rwxr-xr-xNaturalDocs/ObjC.pm1
2 files changed, 1 insertions, 2 deletions
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);
}
};