Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bunch of errors in the documentation
[simgrid.git] / docs / source / conf.py
index d97d329..1a81532 100644 (file)
@@ -82,16 +82,24 @@ nitpick_ignore = [
   ('cpp:identifier', 'kernel::profile'),
   ('cpp:identifier', 'kernel::resource'),
   ('cpp:identifier', 'kernel::routing'),
+  ('cpp:identifier', 'sg_msg_Comm'),
+  ('cpp:identifier', 'sg_msg_Task'),
   ('cpp:identifier', 'simgrid'),
   ('cpp:identifier', 'simgrid::s4u'),
+  ('cpp:identifier', 'simgrid::s4u::this_actor'),
+  ('cpp:identifier', 'simgrid::s4u::Activity_T<Comm>'),
+  ('cpp:identifier', 'simgrid::s4u::Activity_T<Io>'),
   ('cpp:identifier', 'simgrid::xbt'),
   ('cpp:identifier', 'this_actor'),
   ('cpp:identifier', 's4u'),
   ('cpp:identifier', 's4u_Actor'),
   ('cpp:identifier', 's4u_Barrier'),
+  ('cpp:identifier', 's4u_Comm'),
   ('cpp:identifier', 's4u_ConditionVariable'),
+  ('cpp:identifier', 's4u_Exec'),
   ('cpp:identifier', 's4u_Host'),
   ('cpp:identifier', 's4u_NetZone'),
+  ('cpp:identifier', 's4u_Mailbox'),
   ('cpp:identifier', 's4u_Mutex'),
   ('cpp:identifier', 's4u_Link'),
   ('cpp:identifier', 's4u_Semaphore'),