X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28f805fae0e23649a7ce5eb7157abdeacb6f7ad8..472cf2ae0b7d14830217c5a0024c5c27c2336af4:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 0b1a27ccd9..03d7271983 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -97,6 +97,8 @@ nitpick_ignore = [ ('cpp:identifier', 'kernel::resource::Action::State'), ('cpp:identifier', 'kernel::resource::LinkImpl'), ('cpp:identifier', 'kernel::resource::NetworkAction'), + ('cpp:identifier', 'kernel::resource::SplitDuplexLinkImpl'), + ('cpp:identifier', 'kernel::resource::StandardLinkImpl'), ('cpp:identifier', 'kernel::routing'), ('cpp:identifier', 'kernel::routing::NetPoint'), ('cpp:identifier', 'ns3'), @@ -107,6 +109,7 @@ nitpick_ignore = [ ('cpp:identifier', 's4u_Barrier'), ('cpp:identifier', 's4u_Comm'), ('cpp:identifier', 's4u_ConditionVariable'), + ('cpp:identifier', 's4u_Disk'), ('cpp:identifier', 's4u_Exec'), ('cpp:identifier', 's4u_File'), ('cpp:identifier', 's4u_Host'),