summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-22 09:10:24 -0400
committerKen Martin <ken.martin@kitware.com>2002-08-22 09:10:24 -0400
commit4a398a9ca6bb469e0668901dcef1aacf0fa6f656 (patch)
tree5fb112a81dc79ad73960e0eb21e3c6dfa8721b10 /Source/cmCPluginAPI.h
parent184e7053d34ded44219676af238ad85c1421e663 (diff)
downloadcmake-4a398a9ca6bb469e0668901dcef1aacf0fa6f656.tar.gz
fixed nested comment
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r--Source/cmCPluginAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h
index 367535df36..fd75509315 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();