Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore more warnings about stuff I don't plan to document
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 30 Jan 2021 20:38:52 +0000 (21:38 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 2 Feb 2021 20:19:47 +0000 (21:19 +0100)
docs/source/conf.py

index ddeb2b1..1b87d29 100644 (file)
@@ -101,9 +101,12 @@ nitpick_ignore = [
   ('cpp:identifier', 'boost::intrusive_ptr<Activity>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Actor>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Barrier>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<ConditionVariable>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Comm>'),
-  ('cpp:identifier', 'boost::intrusive_ptr<Io>'),  
-  ('cpp:identifier', 'boost::intrusive_ptr<Mutex>'),  
+  ('cpp:identifier', 'boost::intrusive_ptr<Exec>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Io>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Mutex>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Semaphore>'),
   ('cpp:identifier', 'kernel'),
   ('cpp:identifier', 'kernel::activity'),
   ('cpp:identifier', 'kernel::profile'),
@@ -111,8 +114,18 @@ nitpick_ignore = [
   ('cpp:identifier', 'kernel::routing'),
   ('cpp:identifier', 'simgrid'),
   ('cpp:identifier', 'simgrid::s4u'),
+  ('cpp:identifier', 'simgrid::xbt'),
   ('cpp:identifier', 'this_actor'),
   ('cpp:identifier', 's4u'),
+  ('cpp:identifier', 's4u_Barrier'),
+  ('cpp:identifier', 's4u_ConditionVariable'),
+  ('cpp:identifier', 's4u_Host'),
+  ('cpp:identifier', 's4u_NetZone'),
+  ('cpp:identifier', 's4u_Mutex'),
+  ('cpp:identifier', 's4u_Link'),
+  ('cpp:identifier', 's4u_Semaphore'),
+  ('cpp:identifier', 's4u_VirtualMachine'),
+  ('cpp:identifier', 's4u_VM'),
   ('cpp:identifier', 'size_t'),
   ('cpp:identifier', 'uint64_t'),
   ('cpp:identifier', 'xbt'),