diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-22 13:10:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-22 13:10:24 (GMT) |
commit | 4a398a9ca6bb469e0668901dcef1aacf0fa6f656 (patch) | |
tree | 5fb112a81dc79ad73960e0eb21e3c6dfa8721b10 /Source/cmCPluginAPI.h | |
parent | 184e7053d34ded44219676af238ad85c1421e663 (diff) | |
download | CMake-4a398a9ca6bb469e0668901dcef1aacf0fa6f656.zip CMake-4a398a9ca6bb469e0668901dcef1aacf0fa6f656.tar.gz CMake-4a398a9ca6bb469e0668901dcef1aacf0fa6f656.tar.bz2 |
fixed nested comment
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r-- | Source/cmCPluginAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index 367535d..fd75509 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -180,7 +180,7 @@ extern "C" { /*=========================================================================*/ /* The following functions are designed to operate or manipulate cmSourceFiles. Please see cmSourceFile.h for additional information on many - of these methods. Some of these methods are in cmMakefile.h. + of these methods. Some of these methods are in cmMakefile.h. */ /*=========================================================================*/ extern CM_EXPORT void *cmAddSource(void *mf, void *sf); extern CM_EXPORT void *cmCreateSourceFile(); |