1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sun, 21 Aug 2016 20:33:57 +0100
Subject: Use system css and js libraries.
---
docs/api-docs/doxyfile.in | 2 +-
docs/api-docs/header.html | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
--- a/docs/api-docs/doxyfile.in
+++ b/docs/api-docs/doxyfile.in
@@ -1120,7 +1120,7 @@ HTML_EXTRA_STYLESHEET =
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_FILES = bootstrap.min.css bootstrap.min.js
+HTML_EXTRA_FILES =
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the stylesheet and background images according to
--- a/docs/api-docs/header.html
+++ b/docs/api-docs/header.html
@@ -8,10 +8,10 @@
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
-<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
-<link href="$relpath^bootstrap.min.css" rel="stylesheet"/>
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="$relpath^bootstrap.min.js"></script>
+<link href="/usr/share/fonts-font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
+<link href="/usr/share/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
+<script src="/usr/share/javascript/jquery/jquery.min.js"></script>
+<script src="/usr/share/javascript/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="$relpath$doxy-boot.js"></script>
<script type="text/javascript" src="$relpath^dynsections.js"></script>
|