diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-29 17:36:57 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-29 17:36:57 +0200 |
commit | aca9cb97b4214a6acb2728c745cffd2f0d823f72 (patch) | |
tree | 0484ea18307bdf3d3a82eac656e5a2771631f683 /NaturalDocs | |
parent | 25b3d7385acb1b3b406a997ad61d82600c7a077f (diff) |
Natural Docs Objective-C handling: Further refinements.
Diffstat (limited to 'NaturalDocs')
-rw-r--r-- | NaturalDocs/Languages.txt | 2 | ||||
-rwxr-xr-x | NaturalDocs/ObjC.pm | 1 |
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); } }; |