Hi all,

After Kent's message on the other list, I realized I didn't have my CMake + 
clang trunk dashboard configured the way I thought I did, namely some warnings 
I thought were enabled were not.

Attached are some patches to fix some warnings.  There are a couple of others 
that will appear on the Rogue7 dashboard that are easy to fix by someone that 
knows the code better.  Specifically:

CMake/Source/cmCreateTestSourceList.h:18:10: warning: empty paragraph passed to 
'\brief' command [-Wdocumentation]
 * \brief
   ~~~~~~^

CMake/Source/CPack/cmCPackGenerator.h:163:38: warning: empty paragraph passed 
to '@param' command [-Wdocumentation]
   * @param[in] initialPackageFileName
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

CMake/Source/CPack/cmCPackGenerator.h:164:36: warning: empty paragraph passed 
to '@param' command [-Wdocumentation]
   * @param[in] groupOrComponentName
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

CMake/Source/CPack/cmCPackGenerator.h:165:27: warning: empty paragraph passed 
to '@param' command [-Wdocumentation]
   * @param[in] isGroupName
     ~~~~~~~~~~~~~~~~~~~~~^

CMake/Source/CPack/cmCPackGenerator.h:175:10: warning: empty paragraph passed 
to '@pre' command [-Wdocumentation]
   * @pre @ref toplevel has been filled-in
     ~~~~^

Cheers,

--
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada

Attachment: 0001-Fixed-typo-in-header-include-guard.patch
Description: Binary data

Attachment: 0002-Removed-useless-semi-colon.patch
Description: Binary data

Attachment: 0003-Add-extra-space-in-comment-to-suppress-warning.patch
Description: Binary data

Attachment: 0004-Fixed-warning-about-brief-usage.patch
Description: Binary data

Attachment: 0005-Properly-escape-char-in-doxygen-comments.patch
Description: Binary data

Attachment: 0006-Populated-empty-doxygen-param-comment.patch
Description: Binary data

Attachment: 0007-Fixed-a-few-doxygen-comment-errors.patch
Description: Binary data

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to