From cf5706eb5adbe5858d87118d200e233abfa1271f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jan 2012 19:19:07 -0600 Subject: Update embedded kalyptus installation --- kalyptus/kdocParseDoc.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kalyptus/kdocParseDoc.pm') diff --git a/kalyptus/kdocParseDoc.pm b/kalyptus/kdocParseDoc.pm index e5f19d5..f28b4e5 100644 --- a/kalyptus/kdocParseDoc.pm +++ b/kalyptus/kdocParseDoc.pm @@ -85,6 +85,9 @@ PARSELOOP: elsif ( $text =~ /^\s*\@deprecated\s*/ ) { codeProp( "Deprecated", 1 ); } + elsif ( $text =~ /^\s*\@obsolete\s*/ ) { + codeProp( "Deprecated", 1 ); + } elsif ( $text =~ /^\s*\@reimplemented\s*/ ) { codeProp( "Reimplemented", 1 ); } -- cgit v1.2.1