puts $doxyFile "OUTPUT_DIRECTORY = $outDir/."
puts $doxyFile "PROJECT_LOGO = [OCCDoc_GetDoxDir]/resources/occ_logo.png"
+ # Doxygen command \includedoc is used to add description of samples
+ puts $doxyFile "EXAMPLE_PATH = [OCCDoc_GetDoxDir]/../samples"
+ puts $doxyFile "EXAMPLE_PATTERNS = *.md"
+ puts $doxyFile "EXAMPLE_RECURSIVE = YES"
+
set PARAM_INPUT "INPUT ="
set PARAM_IMAGEPATH "IMAGE_PATH = [OCCDoc_GetDoxDir]/resources/ "
foreach docFile $DocFilesList {
Tutorials and Samples {#samples}
=====================
+@include{doc} qt/OCCTOverview/ReadMe.md
+
Tutorial: Modelling a Bottle
----------------------------
The Qt programming tutorial teaches how to use Open CASCADE Technology services to model a 3D object.
-Qt OCCT Overview samples {#samples_qt_overview}
-==========
+# Qt OCCT Overview samples {#samples_qt_overview}
-1. Contents
------------------------
+@subsection Contents
The directory <i> samples/qt/OCCTOverview </i> contains the folders and files of the Qt OCCT Overview application: