mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
Documentation - Enable server-based search and external search options in Doxyfile
This commit is contained in:
parent
ebdb6abee7
commit
e1b1ba1ee2
@ -784,7 +784,7 @@ proc OCCDoc_MakeDoxyfile {docType outDir tagFileDir {doxyFileName} {generatorMod
|
|||||||
puts $doxyFile "PROJECT_NUMBER = $occt_version"
|
puts $doxyFile "PROJECT_NUMBER = $occt_version"
|
||||||
puts $doxyFile "OUTPUT_DIRECTORY = $outDir/."
|
puts $doxyFile "OUTPUT_DIRECTORY = $outDir/."
|
||||||
puts $doxyFile "GENERATE_TAGFILE = $outDir/${name}.tag"
|
puts $doxyFile "GENERATE_TAGFILE = $outDir/${name}.tag"
|
||||||
|
set searchMode "local"
|
||||||
if { [string tolower $searchMode] == "none" } {
|
if { [string tolower $searchMode] == "none" } {
|
||||||
puts $doxyFile "SEARCHENGINE = NO"
|
puts $doxyFile "SEARCHENGINE = NO"
|
||||||
puts $doxyFile "SERVER_BASED_SEARCH = NO"
|
puts $doxyFile "SERVER_BASED_SEARCH = NO"
|
||||||
@ -865,6 +865,7 @@ proc OCCDoc_MakeDoxyfile {docType outDir tagFileDir {doxyFileName} {generatorMod
|
|||||||
puts $doxyFile "TAGFILES = $tagFileDir/OCCT.tag=../../refman/html"
|
puts $doxyFile "TAGFILES = $tagFileDir/OCCT.tag=../../refman/html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
set searchMode "local"
|
||||||
# HTML Search engine options
|
# HTML Search engine options
|
||||||
if { [string tolower $searchMode] == "none" } {
|
if { [string tolower $searchMode] == "none" } {
|
||||||
puts $doxyFile "SEARCHENGINE = NO"
|
puts $doxyFile "SEARCHENGINE = NO"
|
||||||
|
@ -47,6 +47,9 @@ ENUM_VALUES_PER_LINE = 8
|
|||||||
TREEVIEW_WIDTH = 250
|
TREEVIEW_WIDTH = 250
|
||||||
EXTERNAL_PAGES = NO
|
EXTERNAL_PAGES = NO
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
SERVER_BASED_SEARCH = NO
|
||||||
|
SEARCHENGINE = YES
|
||||||
|
EXTERNAL_SEARCH = NO
|
||||||
SKIP_FUNCTION_MACROS = YES
|
SKIP_FUNCTION_MACROS = YES
|
||||||
FORMULA_FONTSIZE = 12
|
FORMULA_FONTSIZE = 12
|
||||||
FORMULA_TRANSPARENT = YES
|
FORMULA_TRANSPARENT = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user