1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/dox/dev_guides/dev_guides.md
omy ba06f8bbee 0024722: Move functionality of WOK command wgendoc to OCCT tool gendoc
Command gendoc improved to:
- generate Reference Manual documentation (OCCT classes reference) with option -refman; option -overview can be used for generation of overview documentation;
- generate PDF documents for all User Guides automatically (for files listed in FILES_PDF.txt);
- check availability of third-party tools (Doxygen, Inkscape etc.) and properly report warnings and errors.
- use templates of configuration files for third-party tools instead of their generation. These template files are located in dox/resources folder

Tcl scripts are moved from dox folder to adm.
Doxygen warnings are eliminated.
Moved all auxilary functions to occaux.tcl.
Fixed Reference manual generation on *nix platform.
Fixed PDF generation on *nix platforms.
2014-04-10 19:21:16 +04:00

865 B

Developer Guides

The following documents provide information on OCCT building, development and testing:

  • @subpage occt_dev_guides__building "Building OCCT from sources"
  • @subpage occt_dev_guides__documentation "Documentation system"
  • @subpage occt_dev_guides__coding_rules "Coding Rules"
  • @subpage occt_dev_guides__contribution_workflow "Contribution Workflow"
  • @subpage occt_dev_guides__git_guide "Guide to installing and using Git for OCCT development"
  • @subpage occt_dev_guides__tests "Automatic Testing system"
  • @subpage occt_dev_guides__debug "Debugging tools and hints"

Two other documents provide details on obsolete technologies used by OCCT, to be removed in future releases:

  • @subpage occt_dev_guides__wok "Workshop Organization Kit (WOK)"
  • @subpage occt_dev_guides__cdl "Component Definition Language (CDL)"