From: Adrien Gougeon Date: Tue, 17 Jan 2023 13:41:49 +0000 (+0100) Subject: fix doc typo X-Git-Tag: v3.34~616^2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/447a95c2dd42863dc11b210dd1e1dd857017a954?hp=6db71d12c7ea2f08e07c692bc67dde6748d5223f fix doc typo --- diff --git a/docs/source/Developers_Documentation.rst b/docs/source/Developers_Documentation.rst index 8b62e3e9ba..8aac1ef332 100644 --- a/docs/source/Developers_Documentation.rst +++ b/docs/source/Developers_Documentation.rst @@ -140,7 +140,7 @@ In C: Unsorted hints -------------- -* To test thoroughly test your changes before pushing your commits, use several cmake configurations under sub-trees of ``build/`` (that is ignored by git) as +* To thoroughly test your changes before pushing your commits, use several cmake configurations under sub-trees of ``build/`` (that is ignored by git) as explained in :ref:`install_cmake_outsrc`. For example, I have the following directories: build/clang build/full build/mc (but YMMV). * If you break the logs, you want to define XBT_LOG_MAYDAY at the beginning of log.h. It deactivates the whole logging mechanism, switching to printfs instead.