diff options
Diffstat (limited to 'doc/HACKING/HelpfulTools.md')
-rw-r--r-- | doc/HACKING/HelpfulTools.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/HACKING/HelpfulTools.md b/doc/HACKING/HelpfulTools.md index 810519c353..a7f36e6c7e 100644 --- a/doc/HACKING/HelpfulTools.md +++ b/doc/HACKING/HelpfulTools.md @@ -101,7 +101,7 @@ working connection to the internet: Running gcov for unit test coverage ----------------------------------- - + ./configure --enable-coverage make make check @@ -243,7 +243,7 @@ We use the 'doxygen' utility to generate documentation from our source code. Here's how to use it: 1. Begin every file that should be documented with - + /** * \file filename.c * \brief Short description of the file. @@ -291,4 +291,3 @@ source code. Here's how to use it: 6. See the Doxygen manual for more information; this summary just scratches the surface. - |