Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 51622 invoked from network); 6 Jun 2007 22:36:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 22:36:25 -0000 Received: (qmail 91120 invoked by uid 500); 6 Jun 2007 22:36:24 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 90971 invoked by uid 500); 6 Jun 2007 22:36:24 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 90931 invoked by uid 99); 6 Jun 2007 22:36:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 15:36:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 15:36:19 -0700 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 33E2614A8048 for ; Wed, 6 Jun 2007 17:35:59 -0500 (CDT) Message-ID: <19230481.1181169359210.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 6 Jun 2007 17:35:59 -0500 (CDT) From: "Vincent Siveton (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (JXR-10) Create a named anchor for each symbol like Javadoc does MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/JXR-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98669 ] Vincent Siveton commented on JXR-10: ------------------------------------ http://www.nabble.com/Discuss-about-JXR-issues-tf3861012s177.html > Create a named anchor for each symbol like Javadoc does > ------------------------------------------------------- > > Key: JXR-10 > URL: http://jira.codehaus.org/browse/JXR-10 > Project: Maven JXR > Issue Type: Improvement > Components: jxr > Reporter: Laurent Caillette > Priority: Minor > > I want to reference source code from XDoc. By now I'm writing a link like this: > method here > The problem is, my link can lead to a wrong place just after a few cosmetic changes in source code. Of course, automatic link check will not guess the link went wrong. > It would be nice to generate named anchors in XRef the same way Javadoc does, supporting a link like this from XDoc: > method here > Another way to achieve the same result would be to parse Java comments to find a special expression to be transformed in a named anchor, but the Javadoc way seems more straightforward. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira