diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-20 13:22:39 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:18:08 (GMT) |
commit | a92f14f3386e8dee055fe0c3eb624bfb833ee350 (patch) | |
tree | 4e591d93313bcdde349063e9057d55e62c90f8f4 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | faede37b79ef0c4dee9cce67ab57499ddf46b47f (diff) | |
download | CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.zip CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.gz CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.bz2 |
Doxygen: Fix warnings.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 7566afa..9663b55 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -36,7 +36,7 @@ class cmLocalUnixMakefileGenerator3; targets that are required to make the process work. Makefile2 in turn will recursively make targets in the correct order. Each - target has its own directory <target>.dir and its own makefile build.make in + target has its own directory \<target\>.dir and its own makefile build.make in that directory. Also in that directory is a couple makefiles per source file used by the target. Typically these are named source.obj.build.make and source.obj.build.depend.make. The source.obj.build.make contains the rules |