From 64a51b15ac1a8514a2d22bf3f4fdcb1dccb09e26 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Thu, 26 May 2022 17:07:11 +0000 Subject: [PATCH] doc: fix apiscan-all example --- doc/manual/source/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/python.rst b/doc/manual/source/python.rst index aa954bd84..f39859534 100644 --- a/doc/manual/source/python.rst +++ b/doc/manual/source/python.rst @@ -517,7 +517,7 @@ To re-scan all modules (which can take some time): .. sourcecode:: bash $ cd source/ns-3-dev - $ ./ns3 apiscan-all + $ ./ns3 build apiscan-all Then, to check whether the rescanned bindings can be compiled, enable the Python bindings in the build: