From 8136f215524ba9c6fb68bb94595f1f63a491ead9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 7 Mar 2021 23:21:00 +0100 Subject: [PATCH] doc: suppress more useless warnings --- docs/source/conf.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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'), ] -- 2.20.1