From 04a70c3b077bb053996c010f895dee3d806c87cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 25 Jul 2019 17:52:22 +0200 Subject: Make documentation build with Doxygen 1.8.13 --- doc/header.html | 9 +++++++++ doc/layout.xml | 35 +---------------------------------- doc/style.css | 5 +++++ 3 files changed, 15 insertions(+), 34 deletions(-) (limited to 'doc') diff --git a/doc/header.html b/doc/header.html index 2e419e35..b907bc8b 100644 --- a/doc/header.html +++ b/doc/header.html @@ -35,3 +35,12 @@ + + +
+ +
diff --git a/doc/layout.xml b/doc/layout.xml index 3eed79f3..f752de13 100644 --- a/doc/layout.xml +++ b/doc/layout.xml @@ -1,5 +1,5 @@ - + @@ -9,26 +9,12 @@ - - - - - - - - - - - - - - @@ -76,7 +62,6 @@ - @@ -101,13 +86,8 @@ - - - - - @@ -117,8 +97,6 @@ - - @@ -134,16 +112,11 @@ - - - - - @@ -154,8 +127,6 @@ - - @@ -176,8 +147,6 @@ - - @@ -196,8 +165,6 @@ - - diff --git a/doc/style.css b/doc/style.css index 52fdc05b..fa366afc 100644 --- a/doc/style.css +++ b/doc/style.css @@ -703,6 +703,11 @@ th { padding: 0.125em; } +#navrow1 { + /* Disable menu from Doxygen 1.8.15, it is faked in the template */ + display: none; +} + /* tabs*/ .tablist { -- cgit v1.2.1