changeset 5:2d4c97813e03

Typo fix
author Eris Caffee <discordia@eldalin.com>
date Sun, 07 Apr 2013 00:48:57 -0500
parents 416399d055e9
children ca3af0595d77
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/CMakeLists.txt	Sun Apr 07 00:38:06 2013 -0500
     1.2 +++ b/CMakeLists.txt	Sun Apr 07 00:48:57 2013 -0500
     1.3 @@ -226,7 +226,7 @@
     1.4  # Doxygen documentation
     1.5  #
     1.6  # - Create a directory named docs to hold your Doxygen config and standalone (.dox) files.
     1.7 -# - Name you Doxyfile config as "Doxyfile.in".
     1.8 +# - Name your Doxyfile config as "Doxyfile.in".
     1.9  # - In that file, prepend "@CMAKE_CURRENT_SOURCE_DIR@/" to all of the files and directorys listed in the INPUT setting.
    1.10  # - Set STRIP_FROM_PATH to "@CMAKE_CURRENT_SOURCE_DIR@"
    1.11  #