Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: suppress more useless warnings
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 7 Mar 2021 22:21:00 +0000 (23:21 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 8 Mar 2021 13:50:00 +0000 (14:50 +0100)
docs/source/conf.py

index 1a81532..75e4f87 100644 (file)
@@ -79,15 +79,24 @@ nitpick_ignore = [
   ('cpp:identifier', 'boost::intrusive_ptr<Semaphore>'),
   ('cpp:identifier', 'kernel'),
   ('cpp:identifier', 'kernel::activity'),
+  ('cpp:identifier', 'kernel::activity::ActivityImplPtr'),
+  ('cpp:identifier', 'kernel::activity::CommImplPtr'),
+  ('cpp:identifier', 'kernel::actor'),
+  ('cpp:identifier', 'kernel::actor::ActorCodeFactory'),
+  ('cpp:identifier', 'kernel::actor::ActorImpl'),
   ('cpp:identifier', 'kernel::profile'),
   ('cpp:identifier', 'kernel::resource'),
+  ('cpp:identifier', 'kernel::resource::Action'),
+  ('cpp:identifier', 'kernel::resource::NetworkAction'),
   ('cpp:identifier', 'kernel::routing'),
+  ('cpp:identifier', 'kernel::routing::NetPoint'),
   ('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<Exec>'),
   ('cpp:identifier', 'simgrid::s4u::Activity_T<Io>'),
   ('cpp:identifier', 'simgrid::xbt'),
   ('cpp:identifier', 'this_actor'),
@@ -108,6 +117,8 @@ nitpick_ignore = [
   ('cpp:identifier', 'size_t'),
   ('cpp:identifier', 'uint64_t'),
   ('cpp:identifier', 'xbt'),
+  ('cpp:identifier', 'xbt::signal<void()>'),
+  ('cpp:identifier', 'xbt::signal<void(void)>'),
   ('cpp:identifier', 'xbt::string'),
 ]