Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: start writing the S4U part
[simgrid.git] / docs / source / conf.py
index 9c9daac..a092cde 100644 (file)
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #
-# import os
+import os, subprocess
 # import sys
 # sys.path.insert(0, os.path.abspath('.'))
 
-
 # -- Project information -----------------------------------------------------
 
 project = u'SimGrid'
@@ -53,6 +52,7 @@ breathe_projects = { 'simgrid': '../build/doxy/xml' }
 breathe_default_project = "simgrid"
 
 # Setup the exhale extension
+
 exhale_args = {
     # These arguments are required
     "containmentFolder":     "./api",
@@ -66,7 +66,10 @@ exhale_args = {
     "exhaleExecutesDoxygen": True,
     "exhaleDoxygenStdin":    """
     INPUT = ../../include/simgrid/s4u ../../include/simgrid/forward.h ../../include/simgrid/xbt
+    FULL_PATH_NAMES = NO # Don't leak the path on which it was built
     GENERATE_XML           = YES
+    XML_PROGRAMLISTING     = NO # No program listings, please
+
     PREDEFINED             += \
         __cplusplus \
         DOXYGEN \
@@ -87,6 +90,7 @@ exhale_args = {
     """
 }
 
+
 # For cross-ref generation
 primary_domain = 'cpp'
 
@@ -159,3 +163,4 @@ html_context = {
     "gitlab_version": "master", # Version
     "conf_py_path": "/docs/source/", # Path in the checkout to the docs root
 }
+