X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08f744b9a55745ac1b1dcf0ed2ea735471cd7f89..d11bb1c13d361f9092b24d0532329f9d5f93eaff:/doc/doxygen/inside.doc diff --git a/doc/doxygen/inside.doc b/doc/doxygen/inside.doc index 3945ed00c6..d6eb7d0ac0 100644 --- a/doc/doxygen/inside.doc +++ b/doc/doxygen/inside.doc @@ -2,8 +2,8 @@ This page describes the software infrastructure behind the SimGrid project. This is not the components' organisation (described in @ref -uhood_arch) but informations on how to extend the framework, how the -automatic tests are run, and so on. These informations are split on +uhood_arch) but information on how to extend the framework, how the +automatic tests are run, and so on. These information are split on several pages, as follows: - @ref uhood_tech_inside @@ -69,10 +69,10 @@ ln -s $(realpath tools/git-hooks/clang-format.pre-commit) .git/hooks/pre-commit @endverbatim This will add an extra verification before integrating any commit that -you could prepare. If your code does not respects our formating code, +you could prepare. If your code does not respects our formatting code, git will say so, and provide a ready to use patch that you can apply to improve your commit. Just carefully read the error message you get -to find the exact command with git-apply to fix your formating. +to find the exact command with git-apply to fix your formatting. If you find that for a specific commit, the formatter does a very bad job, then add --no-verify to your git commit command line.