ipf icon indicating copy to clipboard operation
ipf copied to clipboard

Add additional wiki tag to directly navigate to source files in the github repo

Open ghost opened this issue 14 years ago • 2 comments

It could be something like:

{ipf-repo-link}org.openehealth.ipf.platform.camel.ihe.pixpdqv3.PixPdqV3CamelTranslators{ipf-repo-link}

Tip: See the code from the existing {ipf-javadoc} macro.

Link to methods and properties: Currently there is no way to link to methods and properties (except the line)

ghost avatar Sep 16 '11 08:09 ghost

  1. I would propose to use "ipf-src" instead of "ipf-repo-link" --- simply because it's shorter.
  2. Could it be possible to adapt generation of javadocs (i mean not the {ipf-javadoc} macro, but the javadocs per se) in the way that links to sources would lead to github instead of open-repo? Today, when I open this javadoc and click on the class name, I get redirected to this source.

unixoid avatar Sep 16 '11 08:09 unixoid

  1. Yes looks simpler
  2. I will see if this is possible

On Fri, Sep 16, 2011 at 10:44 AM, Dmytro Rud < [email protected]>wrote:

  1. I would propose to use "ipf-src" instead of "ipf-repo-link" --- simply because it's shorter.
  2. Could it be possible to adapt generation of javadocs (i mean not the {ipf-javadoc} macro, but the javadocs per se) in the way that links to sources would lead to github instead of open-repo? Today, when I open [this javadoc| http://repo.openehealth.org/sites/ipf/reports/ipf-2.3-m1/apidocs/index.html?org/openehealth/ipf/platform/camel/ihe/mllp/core/intercept/MllpCustomInterceptor.html] and click on the class name, I get redirected to [this source|

http://repo.openehealth.org/sites/ipf/reports/ipf-2.3-m1/apidocs/src-html/org/openehealth/ipf/platform/camel/ihe/mllp/core/intercept/MllpCustomInterceptor.html#line.26 ]

Reply to this email directly or view it on GitHub: https://github.com/krasserm/ipf/issues/82#issuecomment-2112951

ghost avatar Sep 16 '11 09:09 ghost