X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f6120402d31c7cf1d5738fe5493ce18853b1881..ea74f5d95928a521a588737e81f1de94eef25d19:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index e536158c81..966f3fae4d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,11 +32,11 @@ if read_the_docs_build: # -- Project information ----------------------------------------------------- project = u'SimGrid' -copyright = u'2002-2021, The SimGrid Team' +copyright = u'2002-2022, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.29' +version = u'3.29.1' # -- General configuration --------------------------------------------------- @@ -94,6 +94,9 @@ nitpick_ignore = [ ('cpp:identifier', 'kernel::resource::NetworkAction'), ('cpp:identifier', 'kernel::routing'), ('cpp:identifier', 'kernel::routing::NetPoint'), + ('cpp:identifier', 'ns3'), + ('cpp:identifier', 'ns3::Ptr'), + ('cpp:identifier', 'ns3::Node'), ('cpp:identifier', 's4u'), ('cpp:identifier', 's4u_Actor'), ('cpp:identifier', 's4u_Barrier'), @@ -125,6 +128,7 @@ nitpick_ignore = [ ('cpp:identifier', 'uint64_t'), ('cpp:identifier', 'xbt'), ('cpp:identifier', 'xbt_dynar_s'), + ('cpp:identifier', 'xbt::Extendable'), ('cpp:identifier', 'xbt::Extendable'), ('cpp:identifier', 'xbt::Extendable'), ('cpp:identifier', 'xbt::Extendable'),