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.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
# This file contains list of documentation files of OCCT which are processed
|
|
# by Doxygen to generate PDF documentation.
|
|
# Files are listed one file per line, with paths relative to dox folder.
|
|
# Empty spaces are allowed.
|
|
# Strings starting with '#' are treated as comments and ignored.
|
|
|
|
user_guides/brep_wp/brep_wp.md
|
|
user_guides/foundation_classes/foundation_classes.md
|
|
user_guides/iges/iges.md
|
|
user_guides/modeling_data/modeling_data.md
|
|
user_guides/modeling_algos/modeling_algos.md
|
|
user_guides/ocaf/ocaf.md
|
|
user_guides/ocaf_functionmechanism_wp/ocaf_functionmechanism_wp.md
|
|
user_guides/ocaf_tree_wp/ocaf_tree_wp.md
|
|
user_guides/ocaf_wp/ocaf_wp.md
|
|
user_guides/shape_healing/shape_healing.md
|
|
user_guides/step/step.md
|
|
user_guides/draw_test_harness.md
|
|
user_guides/tobj/tobj.md
|
|
user_guides/visualization/visualization.md
|
|
user_guides/voxels_wp/voxels_wp.md
|
|
user_guides/xde/xde.md
|
|
|
|
dev_guides/contribution_workflow/contribution_workflow.md
|
|
dev_guides/documentation/documentation.md
|
|
dev_guides/contribution/coding_rules.md
|
|
dev_guides/git_guide/git_guide.md
|
|
dev_guides/tests/tests.md
|
|
dev_guides/wok/wok.md
|
|
dev_guides/cdl/cdl.md
|
|
|
|
tutorial/tutorial.md
|