krasserm / ipf

Open eHealth Integration Platform
https://oehf.github.io/ipf/
Apache License 2.0
35 stars 23 forks source link

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

Open ghost opened 13 years ago

ghost commented 13 years ago

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)

unixoid commented 13 years ago
  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.
ghost commented 13 years ago
  1. Yes looks simpler
  2. I will see if this is possible

On Fri, Sep 16, 2011 at 10:44 AM, Dmytro Rud < reply@reply.github.com>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