Salome HOME
Fixed error in the documentation (wrong indentation)
[modules/kernel.git] / doc / salome / main.dox
index c9462be44d3c14c819207b6ed54bfab0c73de284..20bbff44337e2fbd3893be0121ef3f008cdfa292 100644 (file)
@@ -1,10 +1,11 @@
-/*! \mainpage  SALOME KERNEL Reference Documentation
-    \image html icon_about.png
+/*!
 
-    Welcome to the %SALOME KERNEL documentation !
+\mainpage  SALOME KERNEL Reference Documentation
+\image html icon_about.png
 
-    Following your kind of usage of %SALOME, you will find some specific 
-    introductory documentation, listed below.
+Welcome to the %SALOME KERNEL documentation !
+Following your kind of usage of %SALOME, you will find some specific 
+introductory documentation, listed below.
 
 \section S2_main End user
 
     See \ref SALOME_Application.
 -# <b>How to use KERNEL services in Python scripts</b>\n
     The %SALOME KERNEL offers a list of services available in Python. See \subpage KERNEL_Services.
+-# <b>How to use KERNEL services from a C++ context</b>\n
+    The %SALOME KERNEL provides you with helper functions to
+    manipulate the %SALOME KERNEL services from a C++ programming
+    context. See \subpage KERNEL_Services_CppHelpers.
 
 \section S3_main Application Integrator