From 03da61ddd48215ff87209f269f969ad771e109ca Mon Sep 17 00:00:00 2001 From: Tom Chadwin Date: Wed, 30 Mar 2016 11:32:10 +0100 Subject: [PATCH] Move CSS to /doc, clarify comment --- cmake_templates/Doxyfile.in | 4 ++-- {cmake_templates => doc}/api_custom.css | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {cmake_templates => doc}/api_custom.css (100%) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 1d2c5b47d72..cf55f5f1bbb 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -841,9 +841,9 @@ HTML_STYLESHEET = # @tomchadwin addition - HTML_EXTRA_STYLESHEET needs Doxygen version bump to # work. # Assumes Doxygen is run from this directory (/cmake_templates) - if not, -# must specify correct path +# correct the path -HTML_EXTRA_STYLESHEET = api_custom.css +HTML_EXTRA_STYLESHEET = ../doc/api_custom.css # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. # Doxygen will adjust the colors in the stylesheet and background images diff --git a/cmake_templates/api_custom.css b/doc/api_custom.css similarity index 100% rename from cmake_templates/api_custom.css rename to doc/api_custom.css