0032658: Documentation - add missing GLFW sample to dox/samples/samples.md
authorkgv <kgv@opencascade.com>
Fri, 12 Nov 2021 07:59:18 +0000 (10:59 +0300)
committerinv <inv@opencascade.com>
Sun, 21 Nov 2021 09:42:09 +0000 (12:42 +0300)
dox/FILES_HTML.txt
dox/samples/samples.md
samples/glfw/readme.md

index 76f5ea1..d8c8a63 100644 (file)
@@ -18,6 +18,7 @@ samples/samples.md
 ../samples/java/jniviewer/ReadMe.md
 ../samples/ios/UIKitSample/ReadMe.md
 ../samples/webgl/ReadMe.md
+../samples/glfw/readme.md
 samples/ocaf.md
 samples/ocaf_func.md
 samples/draw_scripts.md
index bc0a40e..bdd0a80 100644 (file)
@@ -35,6 +35,8 @@
     <br>3D Viewer sample with CAD import for Android mobile platform based on Android SDK and JNI layer.
   * @ref occt_samples_ios_uikit
     <br>3D Viewer sample for iOS platform based on Apple **UIKit** framework.
+  * @ref occt_samples_glfw
+    <br>A cross-platform 3D Viewer sample using **GLFW** library.
 
 @page samples__tutorials Tutorials and Demos
 - @subpage samples__novice_guide
@@ -54,3 +56,4 @@
 - @subpage occt_samples_webgl
 - @subpage samples_java_android_occt
 - @subpage occt_samples_ios_uikit
+- @subpage occt_samples_glfw
index 39c1cef..bb656cd 100644 (file)
@@ -1,4 +1,10 @@
+GLFW: 3D Viewer (C++|GLFW) {#occt_samples_glfw}
+==================
+
 A sample demonstrating usage of OCCT 3D Viewer within a window created using GLFW.
 
+Use CMake to build the sample.
+
 Platforms: Windows, macOS, Linux
+
 Required: glfw