doxylink

A Sphinx extension to link to external Doxygen API documentation.

BSD-2-CLAUSE License

Downloads
26.8K
Stars
15
Committers
14

Bot releases are hidden (Show)

doxylink - 1.12.0

Published by milliams over 2 years ago

Fixed

  • Handle the operator() method correctly

Changed

  • Update packaging to use Poetry [PR #39]
doxylink -

Published by milliams over 2 years ago

  • Add support for sphinx parallel read/write [PR #37]
doxylink - 1.11.1

Published by JasperCraeghs almost 3 years ago

  • Fix: only link to Doxygen's PDF output when Sphinx uses the latex format [PR #36]
doxylink - 1.11

Published by JasperCraeghs about 3 years ago

  • Add feature to download remote pdf files or copy local pdf files [PR #35]
doxylink - 1.10

Published by JasperCraeghs about 3 years ago

  • Fix links to files in Doxygen's PDF output [PR #34]
doxylink - 1.9

Published by JasperCraeghs about 3 years ago

  • Support linking to Doxygen's PDF output [PR #32]
doxylink - 1.8

Published by JasperCraeghs over 3 years ago

  • Add support for pages in addition to files [PR #25]
  • Add volatile as qualifier [PR #26]
doxylink - 1.7

Published by JasperCraeghs almost 4 years ago

  • Add support for argument packs in C++11 [PR #20]
  • Add support for linking to remote tag files [issue #12]
  • Add support for multiple tag files with the same name [PR #27]
doxylink -

Published by milliams over 5 years ago

  • Fix for deprecated app.info() [PR #23]
doxylink -

Published by milliams about 6 years ago

  • Fix #6: convert dict_values to list before indexing [Stein Heselmans]
  • fix parsing for C++11 functions with specifiers () final, () override or () = default [Elco Jacobs]
doxylink -

Published by milliams about 6 years ago

  • Add possibility to link to #DEFINE macros.
  • Do a better job of parsing compound fundamental types.
  • Add support for linking to Doxygen groups [issue #11].
  • Rewrite internals to a more structured style.
  • Fix error in namespace resolution.
doxylink -

Published by milliams almost 7 years ago

  • Add fix from Matthias Tuma from Shark3 to allow friend declarations inside classes.
doxylink -

Published by milliams almost 7 years ago

  • Add bug fix from Stein Heselmans to force the qualifier to be a single string
  • Remove Python 2 compatibility