From: Mukund Sivaraman Date: Thu, 12 Sep 2013 07:22:13 +0000 (+0530) Subject: [3109] Move paragraphs to maintain context X-Git-Tag: bind10-1.2.0beta1-release~173^2~5^2^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677e0bd0a52306ea81f3a7bab51257ffc466b856;p=thirdparty%2Fkea.git [3109] Move paragraphs to maintain context --- diff --git a/doc/devel/contribute.dox b/doc/devel/contribute.dox index f408c1e547..fdaf6dfeac 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -88,19 +88,6 @@ or ./configure --with-gtest-source=/path/to/your/gtest/dir @endcode -There are other useful switches which can be passed to configure. It is -always a good idea to use \c --enable-logger-checks, which does sanity -checks on logger parameters. If you happen to modify anything in the -documentation, use \c --enable-generate-docs. If you are modifying DHCP -code, you are likely to be interested in enabling the MySQL backend for -DHCP. Note that if the backend is not enabled, MySQL specific unit-tests -are skipped. From that perspective, it is useful to use -\c --with-dhcp-mysql. For a complete list of all switches, use: - -@code - ./configure --help -@endcode - Depending on how you compiled or installed (e.g. from sources or using some package management system) one of those two switches will find gtest. After that you make run unit-tests: @@ -116,6 +103,19 @@ good idea to check if you haven't broken distribution process: make distcheck @endcode +There are other useful switches which can be passed to configure. It is +always a good idea to use \c --enable-logger-checks, which does sanity +checks on logger parameters. If you happen to modify anything in the +documentation, use \c --enable-generate-docs. If you are modifying DHCP +code, you are likely to be interested in enabling the MySQL backend for +DHCP. Note that if the backend is not enabled, MySQL specific unit-tests +are skipped. From that perspective, it is useful to use +\c --with-dhcp-mysql. For a complete list of all switches, use: + +@code + ./configure --help +@endcode + @section contributorGuideReview Going through a review Once all those are checked and working, feel free to create a ticket