From ce73cfd0735b968523e54171e9298ed98ad5196e Mon Sep 17 00:00:00 2001 From: aiv Date: Mon, 21 Nov 2016 18:23:28 +0300 Subject: [PATCH] 0028038: Incorrect documentation generated for "user guides/BRep Format" References to external MathJax.js library were changed from HTTP to HTTPS alternative. --- adm/gendoc.tcl | 2 +- dox/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/gendoc.tcl b/adm/gendoc.tcl index f24c999114..7441e724ef 100644 --- a/adm/gendoc.tcl +++ b/adm/gendoc.tcl @@ -70,7 +70,7 @@ proc gendoc {args} { set DOCLABEL "" set VERB_MODE "NO" set SEARCH_MODE "none" - set MATHJAX_LOCATION "http://cdn.mathjax.org/mathjax/latest" + set MATHJAX_LOCATION "https://cdn.mathjax.org/mathjax/latest" set mathjax_js_name "MathJax.js" set DOCTYPE_COMBO_FLAG 0 set GENMODE_COMBO_FLAG 0 diff --git a/dox/CMakeLists.txt b/dox/CMakeLists.txt index 34329fa407..415ddc967f 100644 --- a/dox/CMakeLists.txt +++ b/dox/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # configuration file for doxygen set (OCCT_CONFIG_FOR_DOXYGEN "${OCCT_GENERATED_DOC_DIR}/occt.cfg") -set (3RDPARTY_MATHJAX_RELATIVE_PATH "http://cdn.mathjax.org/mathjax/latest") +set (3RDPARTY_MATHJAX_RELATIVE_PATH "https://cdn.mathjax.org/mathjax/latest") configure_file ("${OCCT_OVERVIEW_RESOURCE_DIR}/occt_ug_html.doxyfile" "${OCCT_CONFIG_FOR_DOXYGEN}" COPYONLY)