From: bugmaster Date: Tue, 24 Nov 2015 13:36:34 +0000 (+0300) Subject: Redirection of generation reference documentation from source files X-Git-Tag: V7_0_0_beta~103 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCR0-inv;p=occt-copy.git Redirection of generation reference documentation from source files --- diff --git a/adm/gendoc.tcl b/adm/gendoc.tcl index a9c2e5658e..f24c999114 100644 --- a/adm/gendoc.tcl +++ b/adm/gendoc.tcl @@ -731,7 +731,7 @@ proc OCCDoc_MakeDoxyfile {docType outDir tagFileDir {doxyFileName} {generatorMod puts $doxyFile "DOTFILE_DIRS = $outDir/html" puts $doxyFile "DOT_PATH = $graphvizPath" - puts $doxyFile "INCLUDE_PATH = [OCCDoc_GetIncDir $productsPath]" + puts $doxyFile "INCLUDE_PATH = [OCCDoc_GetSourceDir $productsPath]" # list of files to generate set mainpage [OCCDoc_MakeMainPage $outDir $outDir/$name.dox $modules $productsPath]