From: Martin Quinson Date: Sun, 7 Mar 2021 22:21:00 +0000 (+0100) Subject: doc: suppress more useless warnings X-Git-Tag: v3.27~219 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8136f215524ba9c6fb68bb94595f1f63a491ead9 doc: suppress more useless warnings --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a815327d6..75e4f87d6c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,15 +79,24 @@ nitpick_ignore = [ ('cpp:identifier', 'boost::intrusive_ptr'), ('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'), + ('cpp:identifier', 'simgrid::s4u::Activity_T'), ('cpp:identifier', 'simgrid::s4u::Activity_T'), ('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'), + ('cpp:identifier', 'xbt::signal'), ('cpp:identifier', 'xbt::string'), ]