[
https://issues.apache.org/jira/browse/VELOCITY-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647921#action_12647921
]
Nathan Bubna commented on VELOCITY-643:
---------------------------------------
Do you actually have a directive or macro called getObjectById? If not, then
you should just do:
@see PersistenceManager#getObjectById(Object, boolean)
and it will render just like that.
Escaping with \ is only for actual directives and macros, not for general #
characters. Read:
http://velocity.apache.org/engine/devel/user-guide.html#Getting_literal
> when escaping directive escape character is emitted as well
> -----------------------------------------------------------
>
> Key: VELOCITY-643
> URL: https://issues.apache.org/jira/browse/VELOCITY-643
> Project: Velocity
> Issue Type: Bug
> Components: Engine
> Affects Versions: 1.6-beta1
> Reporter: Alex Roytman
>
> Following line in template
> * @see PersistenceManager\#getObjectById(Object, boolean)
> emitted as
> * @see PersistenceManager\#getObjectById(Object, boolean)
> Since It happens in both 1.6-beta1 and beta2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]