mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
865 B
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)"