Repository: yetus Updated Branches: refs/heads/asf-site 5c3f69322 -> c2e4f8618
YETUS-102. Some underscores in the documents are not correctly escaped. Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/c2e4f861 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/c2e4f861 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/c2e4f861 Branch: refs/heads/asf-site Commit: c2e4f86184488fbd8f8f2541de77f4012c52a5e3 Parents: 5c3f693 Author: Allen Wittenauer <[email protected]> Authored: Fri Oct 23 21:10:43 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Oct 23 21:10:43 2015 -0700 ---------------------------------------------------------------------- documentation/latest/precommit-advanced/index.html | 4 ++-- documentation/latest/precommit-buildtools/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/c2e4f861/documentation/latest/precommit-advanced/index.html ---------------------------------------------------------------------- diff --git a/documentation/latest/precommit-advanced/index.html b/documentation/latest/precommit-advanced/index.html index 66619c8..2cccba1 100644 --- a/documentation/latest/precommit-advanced/index.html +++ b/documentation/latest/precommit-advanced/index.html @@ -216,7 +216,7 @@ <li><p>pluginname_filefilter</p> <ul> -<li>executed while determine which files trigger which tests. This function should use 'add_test pluginname’ to add the plug-in to the test list.</li> +<li>executed while determine which files trigger which tests. This function should use <code>add_test pluginname</code> to add the plug-in to the test list.</li> </ul></li> <li><p>pluginname_tests</p> @@ -288,7 +288,7 @@ <p>In order to communicate back to test-patch, there are two functions for the personality to use.</p> -<p>The first is <code>clear_personality_queue</code>. This removes the previous test’s configuration so that a new module queue may be built. Custom personality_modules will almost always want to do this as the first action.</p> +<p>The first is <code>clear_personality_queue</code>. This removes the previous test’s configuration so that a new module queue may be built. Custom <code>personality_modules</code> will almost always want to do this as the first action.</p> <p>The second is <code>personality_enqueue_module</code>. This function takes two parameters. The first parameter is the name of the module to add to this test’s queue. The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p> <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository. http://git-wip-us.apache.org/repos/asf/yetus/blob/c2e4f861/documentation/latest/precommit-buildtools/index.html ---------------------------------------------------------------------- diff --git a/documentation/latest/precommit-buildtools/index.html b/documentation/latest/precommit-buildtools/index.html index 87e7e2d..3ae3678 100644 --- a/documentation/latest/precommit-buildtools/index.html +++ b/documentation/latest/precommit-buildtools/index.html @@ -129,7 +129,7 @@ <li><p>UNSUPPORTED_TEST</p> <ul> -<li>If pluginname_modules_worker is given a test type that is not supported by the build system, set UNSUPPORTED<em>TEST=true. If it is supported, set UNSUPPORTED</em>TEST=false.</li> +<li>If pluginname_modules_worker is given a test type that is not supported by the build system, set UNSUPPORTED_TEST=true. If it is supported, set UNSUPPORTED_TEST=false.</li> </ul></li> </ul> @@ -151,7 +151,7 @@ <li><p>pluginname_modules_worker</p> <ul> -<li>Input is the branch and the test being run. This should call modules<em>workers with the generic parts to run that test on the build system. For example, if it is convention to use ‘test’ to trigger 'unit’ tests, then module</em>workers should be called with 'test’ appended onto its normal parameters.</li> +<li>Input is the branch and the test being run. This should call <code>modules_workers</code> with the generic parts to run that test on the build system. For example, if it is convention to use ‘test’ to trigger 'unit’ tests, then <code>module_workers</code> should be called with 'test’ appended onto its normal parameters.</li> </ul></li> <li><p>pluginname_builtin_personality_modules</p>
