Browse Source

Link to the Python API from C++ docs.

pull/228/head
Vladimír Vondruš 7 years ago
parent
commit
bede124c95
  1. 3
      Doxyfile-mcss
  2. 5
      Doxyfile-public

3
Doxyfile-mcss

@ -115,6 +115,7 @@ HTML_EXTRA_STYLESHEET = \
##! M_LINKS_NAVBAR2 = \
##! "namespaces" \
##! "annotated" \
##! "files"
##! "files" \
##! "<a href="../../../../magnum-bindings/build/doc/python/index.html">Python API</a>"
# kate: hl Doxyfile

5
Doxyfile-public

@ -101,6 +101,11 @@ HTML_EXTRA_STYLESHEET = \
https://static.magnum.graphics/m-dark.compiled.css \
https://static.magnum.graphics/m-dark.documentation.compiled.css
##! M_LINKS_NAVBAR2 = \
##! "namespaces" \
##! "annotated" \
##! "files" \
##! "<a href="https://doc.magnum.graphics/python/">Python API</a>"
##! M_SEARCH_DOWNLOAD_BINARY = YES
##! M_SEARCH_BASE_URL = https://doc.magnum.graphics/magnum/
##! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}"

Loading…
Cancel
Save