From 88c99ff3b7f6e9ca885115a9b16df58c0cd0b0c2 Mon Sep 17 00:00:00 2001
From: Sean McBride <sean@rogue-research.com>
Date: Thu, 19 Sep 2013 13:08:38 -0400
Subject: [PATCH 7/7] Fixed a few doxygen comment errors

Warned by clang -Wdocumentation
---
 Source/cmDocumentation.h | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index e180f60..218f44d 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -154,11 +154,11 @@ public:
   /**
    * Retrieve the list of documented module located in
    * path which match the globing expression globExpr.
-   * @param[in] path, directory where to start the search
+   * @param[in] path directory where to start the search
    *                  we will recurse into it.
-   * @param[in] globExpr, the globing expression used to
+   * @param[in] globExpr the globing expression used to
    *                      match the file in path.
-   * @param[out] the list of obtained pairs (may be empty)
+   * @param[out] docModuleList the list of obtained pairs (may be empty)
    * @return 0 on success 1 on error or empty list
    */
   int getDocumentedModulesListInDir(
@@ -180,10 +180,9 @@ public:
    * @param[in] fname the script file name to be parsed for documentation
    * @param[in,out] commands the vector of command/macros documentation
    *                entry found in the script file.
-   * @param[in,out] the cmake object instance to which variable documentation
-   *                will be attached (using @see cmake::DefineProperty)
-   * @param[in] the documentation section in which the property will be
-   *            inserted.
+   * @param[in,out] cm the cmake object instance to which variable
+   *                documentation will be attached
+   *                (using @see cmake::DefineProperty)
    * @return the number of documented items (command and variable)
    *         found in the file.
    */
-- 
1.8.3.2

