From bd485d96914665b5088229117cc61f14d3de6009 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Tue, 24 Nov 2015 16:36:34 +0300 Subject: [PATCH] Redirection of generation reference documentation from source files --- adm/gendoc.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]