Method and Description |
---|
org.apache.maven.doxia.module.apt.AptUtils.encodeFragment(String)
This method was used for the original apt format, which
removed all non alphanumeric characters from anchors.
Use
AptUtils.encodeAnchor(String) instead. |
org.apache.maven.doxia.module.apt.AptUtils.linkToKey(String)
This method was used for the original apt format, which
removed all non alphanumeric characters from anchors.
Use
AptUtils.encodeAnchor(String) instead. |
org.apache.maven.doxia.module.apt.AptSink.resetState()
since 1.1.2, use
AptSink.init() instead of. |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.