View Issue Details

IDProjectCategoryView StatusLast Update
0023417Open CASCADEOCCT:WOKpublic2014-01-13 11:34
ReporterabvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version6.5.3 
Target Version6.5.4Fixed in Version6.5.4 
Summary0023417: Generation of OCCT documentation does not work in local WOK
DescriptionGeneration of OCCT documentation (see OCCT overview / "Introduction to Open CASCADE Technology documentation") does not work in local WOK
TagsNo tags attached.
Test case number

Activities

bugmaster

2012-09-20 16:35

administrator   ~0021522

Last edited: 2012-09-20 17:14

Andrey,

Generation of reference documentation by local WOK works.
But recommendations if OCCT overview / "Introduction to Open CASCADE Technology documentation became out of date.

Anton,

Could you please update OCCT overview / "Introduction to Open CASCADE Technology documentation" with the following new recommendations?

Reference documentation is presented in Modules --> Toolkits --> Packages --> Classes OCC logic structure with cross-references to all OCCT classes and complete in-browser search by all classes.

Recommendation for generation of reference documentation:

Reference documentation can be generated by OCCT binary WOK package that is available for downloading from www.opencascade.org and dev.opencascade.org sites.

Prerequisites:
• Doxygen version 1.7.4 or higher
• Graphviz version 2.28.0 or higher

Launch WOK.

wokcd “Your workbench”
source $env(WOKHOME)/lib/OS.tcl
source $env(WOKHOME)/lib/OCCTDocumentation.tcl
source $env(WOKHOME)/lib/OCCTGetVersion.tcl
OS -box
OCCDoc_GenerateDoc “Path to target folder“ {“list of modules”} {“Path to doxygen executable“} {“Path to graphviz executable“}

Sample :

OCCDoc_GenerateDoc W:/occt654/doc {FoundationClasses ModelingData ModelingAlgorithms Visualization ApplicationFramework DataExchange Draw} {$env(WOKHOME)/3rdparty/win32/utils} {$env(WOKHOME)/3rdparty/win32/utils}

bugmaster

2012-10-26 10:17

administrator   ~0021965

Overview has been updated

Issue History

Date Modified Username Field Change
2012-09-05 09:21 abv New Issue
2012-09-05 09:21 abv Assigned To => apv
2012-09-20 16:35 bugmaster Note Added: 0021522
2012-09-20 16:35 bugmaster Assigned To apv => atp
2012-09-20 16:35 bugmaster Status new => assigned
2012-09-20 17:14 bugmaster Note Edited: 0021522
2012-10-08 14:02 bugmaster Assigned To atp => bugmaster
2012-10-08 14:02 bugmaster Status assigned => feedback
2012-10-10 19:02 atp Status feedback => resolved
2012-10-26 10:16 bugmaster Status resolved => reviewed
2012-10-26 10:17 bugmaster Note Added: 0021965
2012-10-26 10:17 bugmaster Status reviewed => verified
2012-10-26 10:17 bugmaster Resolution open => fixed
2012-11-16 13:14 bugmaster Fixed in Version => 6.5.4
2012-11-16 13:17 bugmaster Status verified => closed
2014-01-13 11:34 bugmaster Category OCCT Release:WOK => OCCT:WOK