Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two doxygen warnings caused by the presence of .md in the URL #1546

Merged
merged 2 commits into from
Dec 25, 2019

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Dec 24, 2019

Summary

Following on from #1544, this fixes these two more warnings:

contributor_help_pages/developer_doc.md:42: warning: unable to resolve reference to `https:' for \ref command
README.md:8: warning: unable to resolve reference to `https:' for \ref command

These were caused by linking to urls that ended with .md, which is one of the extensions that doxygen tests for documents to parse.

By using the URL encoding symbol %2E instead of ., we can avoid the warning while keeping the URL still functional: https://github.com/stan-dev/math/blob/develop/LICENSE%2Emd

Tests

None.

Side Effects

None

Checklist

@mcol mcol modified the milestone: 3.0.0++ Dec 24, 2019
Copy link
Member

@rok-cesnovar rok-cesnovar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rok-cesnovar rok-cesnovar merged commit 03192a5 into stan-dev:develop Dec 25, 2019
@mcol mcol deleted the issue_1543 branch December 25, 2019 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants