<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/core/testdata/sourceLinks, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/'/>
<entry>
<title>Remove old test data (#2824)</title>
<updated>2023-02-09T02:15:52+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-02-09T02:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=7546efb83afa39770be5c7b9df72edc115e59a5b'/>
<id>7546efb83afa39770be5c7b9df72edc115e59a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use canonicalPath instead of absolutePath for srcLink</title>
<updated>2019-03-11T16:07:12+00:00</updated>
<author>
<name>Robert Stoll</name>
<email>rstoll@tutteli.ch</email>
</author>
<published>2018-06-21T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=20bd82d30881f8b8439ea49baab923bc04ff1f2e'/>
<id>20bd82d30881f8b8439ea49baab923bc04ff1f2e</id>
<content type='text'>
This way a user can define "./" instead of an absolute path to the
root of the project dir (or a user can use ../ etc.). Thus:
- use canonicalPath in:
  - SourceLinkDefinitionImpl::parseSourceLinkDefinition
  - and DocumentationNode.appendSourceLink =&gt; here because if the
    config is deserialized we bypass parseSourceLinkDefinition
  - also use canonicalPath for the path of PsiElement

Moreover:
- make sure the comparison works for unix and windows paths
- fixes #289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way a user can define "./" instead of an absolute path to the
root of the project dir (or a user can use ../ etc.). Thus:
- use canonicalPath in:
  - SourceLinkDefinitionImpl::parseSourceLinkDefinition
  - and DocumentationNode.appendSourceLink =&gt; here because if the
    config is deserialized we bypass parseSourceLinkDefinition
  - also use canonicalPath for the path of PsiElement

Moreover:
- make sure the comparison works for unix and windows paths
- fixes #289
</pre>
</div>
</content>
</entry>
</feed>
