Compare commits
4 Commits
v3.0.3-rc1
...
v2.9.3
Author | SHA1 | Date | |
---|---|---|---|
|
16a2e9f1c8 | ||
|
826567b0fe | ||
|
a07face4c0 | ||
|
8eb6e409b8 |
@@ -326,7 +326,7 @@ HTML_FILE_EXTENSION = .html
|
|||||||
HTML_HEADER = custom_header.html
|
HTML_HEADER = custom_header.html
|
||||||
HTML_FOOTER = custom_footer.html
|
HTML_FOOTER = custom_footer.html
|
||||||
HTML_STYLESHEET = custom_stylesheet.css
|
HTML_STYLESHEET = custom_stylesheet.css
|
||||||
HTML_EXTRA_FILES =
|
HTML_EXTRA_FILES = jquery-1.3.2.min.js
|
||||||
HTML_COLORSTYLE_HUE =
|
HTML_COLORSTYLE_HUE =
|
||||||
HTML_COLORSTYLE_SAT = 255
|
HTML_COLORSTYLE_SAT = 255
|
||||||
HTML_COLORSTYLE_GAMMA = 100
|
HTML_COLORSTYLE_GAMMA = 100
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
||||||
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="$relpath$custom_stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="$relpath$custom_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
|
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
|
||||||
$treeview
|
$treeview
|
||||||
$search
|
$search
|
||||||
$mathjax
|
$mathjax
|
||||||
|
19
docs/doxygen/jquery-1.3.2.min.js
vendored
Normal file
19
docs/doxygen/jquery-1.3.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user