Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the now useless type xbt::string
[simgrid.git] / docs / source / conf.py
index 2be4218..b84834c 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2022, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.30.1'
+version = u'3.32.1'
 
 # -- General configuration ---------------------------------------------------
 
@@ -97,6 +97,8 @@ nitpick_ignore = [
   ('cpp:identifier', 'kernel::resource::Action::State'),
   ('cpp:identifier', 'kernel::resource::LinkImpl'),
   ('cpp:identifier', 'kernel::resource::NetworkAction'),
+  ('cpp:identifier', 'kernel::resource::SplitDuplexLinkImpl'),
+  ('cpp:identifier', 'kernel::resource::StandardLinkImpl'),
   ('cpp:identifier', 'kernel::routing'),
   ('cpp:identifier', 'kernel::routing::NetPoint'),
   ('cpp:identifier', 'ns3'),
@@ -107,6 +109,7 @@ nitpick_ignore = [
   ('cpp:identifier', 's4u_Barrier'),
   ('cpp:identifier', 's4u_Comm'),
   ('cpp:identifier', 's4u_ConditionVariable'),
+  ('cpp:identifier', 's4u_Disk'),
   ('cpp:identifier', 's4u_Exec'),
   ('cpp:identifier', 's4u_File'),
   ('cpp:identifier', 's4u_Host'),
@@ -126,7 +129,6 @@ nitpick_ignore = [
   ('cpp:identifier', 'simgrid::s4u::Activity_T<Io>'),
   ('cpp:identifier', 'simgrid::s4u::this_actor'),
   ('cpp:identifier', 'simgrid::xbt'),
-  ('cpp:identifier', 'simgrid::xbt::string'),
   ('cpp:identifier', 'size_t'),
   ('cpp:identifier', 'ssize_t'),
   ('cpp:identifier', 'this_actor'),
@@ -158,7 +160,6 @@ nitpick_ignore = [
   ('cpp:identifier', 'xbt::signal<void(kernel::resource::NetworkAction&)>'),
   ('cpp:identifier', 'xbt::signal<void(kernel::resource::NetworkAction&, kernel::resource::Action::State)>'),
   ('cpp:identifier', 'xbt::signal<void(void)>'),
-  ('cpp:identifier', 'xbt::string'),
 ]
 
 # For cross-ref generation