X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/880401e24cd7e56dce580be316deb841a1ed5ed2..0bfafcab47ae9cd7856bd8d129404c33079d6afe:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index ddeb2b133c..432ece9689 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,19 @@ 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_Actor'), + ('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'),