Class InlineTagReplacement
java.lang.Object
com.github.chhorz.javadoc.replacements.InlineTagReplacement
- All Implemented Interfaces:
Replacement
-
Constructor Summary
ConstructorsConstructorDescriptionInlineTagReplacement
(InlineTag inlineTag) InlineTagReplacement
(InlineTag inlineTag, String wrapperString) InlineTagReplacement
(InlineTag inlineTag, String prefix, String suffix) -
Method Summary
-
Constructor Details
-
InlineTagReplacement
-
InlineTagReplacement
-
InlineTagReplacement
-
-
Method Details
-
perform
Description copied from interface:Replacement
Action that performs a replacement on a javadoc string.- Specified by:
perform
in interfaceReplacement
- Parameters:
input
- the javadoc input string- Returns:
- the javadoc string after the replacement
-