eclipse plugin: When no description about the tag,
...just output "No information"
This commit is contained in:
parent
eec05aa7e8
commit
180aa60b40
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class WMLDocTag implements IWMLDocProvider
|
|||
|
||||
title_ = Messages.WMLDocTag_0 + tag_.getName( ) + "':"; //$NON-NLS-1$
|
||||
|
||||
contents_ = null;
|
||||
contents_ = "No information";
|
||||
|
||||
if( ! tag_.get_Description( ).isEmpty( ) ) {
|
||||
StringBuilder content = new StringBuilder( );
|
||||
|
|
Loading…
Add table
Reference in a new issue