From: abv Date: Fri, 15 Nov 2013 05:28:10 +0000 (+0400) Subject: 0024361: Enable brief documentation of class members in detailed description X-Git-Tag: V6_7_1~14 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0341b8329962bb1fdcb4500e6f98a6c1f0876cad;p=occt-wok.git 0024361: Enable brief documentation of class members in detailed description Brief description enabled in detailed documentation of class members; default location of reference manual set to be doc/refman, as expected by gendoc command --- diff --git a/src/WOKTclLib/OCCTDocumentation.tcl b/src/WOKTclLib/OCCTDocumentation.tcl index 1e748ec..8ac070f 100755 --- a/src/WOKTclLib/OCCTDocumentation.tcl +++ b/src/WOKTclLib/OCCTDocumentation.tcl @@ -28,7 +28,7 @@ proc wgendoc {args} { set modules {} set useSearch YES - set outDir "[lindex [wokinfo -R] 0]/documentation" + set outDir "[lindex [wokinfo -R] 0]/doc/refman" set createChmHelp NO set hhcPath "" set gthelpPath "" @@ -44,7 +44,7 @@ proc wgendoc {args} { puts " Options are : " puts " -wb= : Name of OCCT workbench (current one by default)" puts " -m= : Documentation will contain this list of modules" - puts " -outdir= : Documentation output directory" + puts " -outdir= : Documentation output directory (default doc/refman)" puts " -chm : Generate CHM file" puts " -hhc= : Path to HTML Help Compiler (hhc.exe) or equivalent" puts " -qthelp= : Generate Qt Help file, specify path to qthelpgenerator executable" @@ -266,7 +266,7 @@ proc OCCDoc_MakeDoxyfile {outDir {modules {}} {createChmHelp NO} {createQhpHelp puts $fileid "OUTPUT_LANGUAGE = English" puts $fileid "MULTILINE_CPP_IS_BRIEF = YES" puts $fileid "INHERIT_DOCS = YES" - puts $fileid "REPEAT_BRIEF = NO" + puts $fileid "REPEAT_BRIEF = YES" puts $fileid "ALWAYS_DETAILED_SEC = NO" puts $fileid "INLINE_INHERITED_MEMB = NO" puts $fileid "FULL_PATH_NAMES = NO"