You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solution uses .reference.external HTML <a> links,
in combination with the :no-link: option
and style_external_links=True in the theme used.
A cleaner solution could be to use the definition (🔗) links instead,
that are inserted by default when no-link is not specified.
Also this implementation does not take care to distinguish links to source files from other kind of URLs
(e.g. generated by docurllink). Some care should be taken regarding this in the final implementation.
The text was updated successfully, but these errors were encountered:
Hi.
Feature request
Would it be possible to generate links to source files in arbitrary
git
repositories (GitHub, Gitlab....)when inserting
doxygen*
directives?Feature proposal
A new optional
breathe
configuration setting:Demo
I submitted a monkey-patch based solution in this PR on a project using
breathe
: motis-project/utl#30Resulting documentation: https://motis-project.github.io/utl/#api-details
Relevant code in
conf.py
:Extract from
index.md
(this project uses Markdown instead of reStructuredText):Notes
Related issues
Implementation
This solution uses
.reference.external
HTML<a>
links,in combination with the
:no-link:
optionand
style_external_links=True
in the theme used.A cleaner solution could be to use the definition (🔗) links instead,
that are inserted by default when
no-link
is not specified.Also this implementation does not take care to distinguish links to source files from other kind of URLs
(e.g. generated by
docurllink
). Some care should be taken regarding this in the final implementation.The text was updated successfully, but these errors were encountered: