Salome HOME
Fixed error in the documentation (wrong indentation)
[modules/kernel.git] / doc / salome / main.dox
index 34311ed4f3a8c986da20915153f0408b75096e95..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
 
@@ -55,6 +60,9 @@
     - \subpage kernel_salome 
     - \subpage dsc_page : DSC documentation page.
     - \subpage salome_file_page : Salome_file documentation page.
+    - <a class="el" href="../../tui/KERNEL/docutils/index.html" target="_new">
+      Documentation of the KERNEL python package</a> : The package salome.kernel provides
+      logging tools, high-level functions to handle items in Salome study, and other utilities.
 
 */