diff --git a/docs/Doxyfile b/docs/Doxyfile index 79abf11e1..449c00820 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -897,8 +897,8 @@ HTML_STYLESHEET = docs/stylesheet.css # files. In the HTML_STYLESHEET file, use the file name only. Also note that # the files will be copied as-is; there are no commands or markers available. -HTML_EXTRA_FILES = docs/fixed.js \ - docs/cleannavtree.js \ +HTML_EXTRA_FILES = docs/js/fixed.js \ + docs/js/cleannavtree.js \ docs/gfx/nimbus128.png # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. diff --git a/docs/cleannavtree.js b/docs/js/cleannavtree.js similarity index 100% rename from docs/cleannavtree.js rename to docs/js/cleannavtree.js diff --git a/docs/fixed.js b/docs/js/fixed.js similarity index 100% rename from docs/fixed.js rename to docs/js/fixed.js