Closed cescoffier closed 9 years ago
When translate is set to false it should be able to include the whole (Java) file using:
translate
false
---- {@link org.acme.MyClass} ----
Obviously, this would only be available for Java class inclusion (that's why it forces translate=false)
translate=false
When
translate
is set tofalse
it should be able to include the whole (Java) file using:Obviously, this would only be available for Java class inclusion (that's why it forces
translate=false
)