From e26c1f6c6cffb7171ddab90869c027095294b30c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 30 Jan 2021 21:38:52 +0100 Subject: [PATCH] Ignore more warnings about stuff I don't plan to document --- docs/source/conf.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ddeb2b133c..1b87d29f0b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -101,9 +101,12 @@ nitpick_ignore = [ ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), - ('cpp:identifier', 'boost::intrusive_ptr'), - ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), ('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'), -- 2.20.1