The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14426 ====================================================================== Reported By: Rob Stewart Assigned To: ====================================================================== Project: CMake Issue ID: 14426 Category: Documentation Reproducibility: N/A Severity: text Priority: normal Status: new ====================================================================== Date Submitted: 2013-09-19 13:30 EDT Last Modified: 2013-09-19 13:30 EDT ====================================================================== Summary: Inconsistent Command Case Confuses Description: The "commands" section of the documentation lists the commands in all lower case, but many (most?) mentions of one command in the description of another use all upper case. Even that isn't consistent. For example, the documentation of add_custom_command() refers to add_custom_target() using lower case letters, but the reverse is not true.
I suggest choosing one case for all references to the commands. I also suggest adding empty parentheses, as I've done in this description, to all command references. That will distinguish them from variable references (even when case might otherwise be construed as sufficient). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-09-19 13:30 Rob Stewart New Issue ====================================================================== -- 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
