You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hendrik Schreiber (JIRA)" <ji...@codehaus.org> on 2013/10/23 17:48:52 UTC

[jira] (DOXIA-502) It's impossible to link to a JavaDoc method using Markdown

Hendrik Schreiber created DOXIA-502:
---------------------------------------

             Summary: It's impossible to link to a JavaDoc method using Markdown
                 Key: DOXIA-502
                 URL: https://jira.codehaus.org/browse/DOXIA-502
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Markdown
    Affects Versions: 1.4
            Reporter: Hendrik Schreiber


It's impossible to get a link like

[flush()](./apidocs/MyClass.html#myMethod())

to work. The problem is caused by the parentheses of myMethod().
I tried URL encoding (myMethod%28%29), but that only leads to a link "...myMethod2829"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira