1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0028347: Reuse OCCT implementation for producing end-user documentation for Products

Updated destination directory for generated by gendoc proc pdf files.

Added additional option "-update_images_size" for gendoc procedure to update width of images in *.md files during pdf generation for @figure alias.

Documentation was updated to use alias @figure instead of outdated @image

Added support of svg image format in procedure OCCDoc_UpdateImagesSize.

Added generation of overview for product components.

Added generation of products refman/chm for each component.
This commit is contained in:
apn
2017-03-30 12:13:19 +03:00
committed by bugmaster
parent b608f6a564
commit 7e3451c7a2
23 changed files with 494 additions and 503 deletions

View File

@@ -735,8 +735,7 @@ This method is intended to force two adjacent edges in the wire to share the sam
The following diagram illustrates the structure of calls in reading STEP. The highlighted classes are intended to translate geometry
@image html /user_guides/step/images/step_image003.png "The structure of calls in reading STEP"
@image latex /user_guides/step/images/step_image003.png "The structure of calls in reading STEP"
@figure{/user_guides/step/images/step_image003.png, "The structure of calls in reading STEP"}
@subsection occt_step_2_7 Example
~~~~~
@@ -1074,8 +1073,7 @@ The following diagram illustrates the structure of calls in writing STEP.
The highlighted classes are intended to translate geometry.
@image html /user_guides/step/images/step_image004.png "The structure of calls in writing STEP"
@image latex /user_guides/step/images/step_image004.png "The structure of calls in writing STEP"
@figure{/user_guides/step/images/step_image004.png, "The structure of calls in writing STEP"}
@subsection occt_step_3_7 Example