net.sourceforge.taglets.demo.block
Class BlockTags

java.lang.Object
  extended by net.sourceforge.taglets.demo.block.BlockTags

public class BlockTags
extends Object

Demonstration of common block tags included.

Version:
1.4 (2008/03/30 12:43:23)
Maintainer:
Bruno Essmann <essmann@sourceforge.net>
Since:
1.9.2

Constructor Summary
BlockTags()
           
 
Method Summary
 void done()
          Demo for the @done block tag.
 void error()
          Demo for the @error block tag.
 void info()
          Demo for the @info block tag.
 void note()
          Demo for the @note block tag.
 void todo()
          Demo for the @todo block tag.
 void warning()
          Demo for the @warning block tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockTags

public BlockTags()
Method Detail

todo

public void todo()
Demo for the @todo block tag.

Todo:
Demo for the @todo block tag.
Since:
1.9.2

info

public void info()
Demo for the @info block tag.

Informations:
Demo for the @info block tag.
Since:
1.9.2

note

public void note()
Demo for the @note block tag.

Notes:
Demo for the @note block tag.
Since:
1.9.2

done

public void done()
Demo for the @done block tag.

Done:
Demo for the @done block tag.
Since:
1.9.2

warning

public void warning()
Demo for the @warning block tag.

Warnings:
Demo for the @warning block tag.
Since:
1.9.2

error

public void error()
Demo for the @error block tag.

Errors:
Demo for the @error block tag.
Since:
1.9.2


Taglets Collection 2.0.3 (Build 30)
2008/03/30 15:35:07
Copyright (c) 2002-2008 Bruno Essmann