From: Martin Quinson Date: Sat, 30 Jan 2021 20:38:52 +0000 (+0100) Subject: Ignore more warnings about stuff I don't plan to document X-Git-Tag: v3.27~478 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e26c1f6c6cffb7171ddab90869c027095294b30c Ignore more warnings about stuff I don't plan to document --- 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'),