From bede124c958310e1ddfe1ef39aa9588fe50ef502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 8 May 2019 18:00:12 +0200 Subject: [PATCH] Link to the Python API from C++ docs. --- Doxyfile-mcss | 3 ++- Doxyfile-public | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Doxyfile-mcss b/Doxyfile-mcss index c998b681f..6efbc3d92 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -115,6 +115,7 @@ HTML_EXTRA_STYLESHEET = \ ##! M_LINKS_NAVBAR2 = \ ##! "namespaces" \ ##! "annotated" \ -##! "files" +##! "files" \ +##! "Python API" # kate: hl Doxyfile diff --git a/Doxyfile-public b/Doxyfile-public index c4dc2a056..6b92919ce 100644 --- a/Doxyfile-public +++ b/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" \ +##! "Python API" ##! 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}"