Backport r70231 to 2.9.3: Fixed javascript errors in CHM version of the manual. No need to re-spin release, just a helpful fix for generating a more useful CHM manual for 2.9.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_9_3@70232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -326,7 +326,7 @@ HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = custom_header.html
|
||||
HTML_FOOTER = custom_footer.html
|
||||
HTML_STYLESHEET = custom_stylesheet.css
|
||||
HTML_EXTRA_FILES =
|
||||
HTML_EXTRA_FILES = jquery-1.3.2.min.js
|
||||
HTML_COLORSTYLE_HUE =
|
||||
HTML_COLORSTYLE_SAT = 255
|
||||
HTML_COLORSTYLE_GAMMA = 100
|
||||
|
@@ -7,6 +7,7 @@
|
||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
||||
<link href="$relpath$tabs.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
|
||||
$search
|
||||
$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