summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index f4895d1..2a974fa 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2726,9 +2726,9 @@ cmGlobalXCodeGenerator::WriteXCodePBXProj(std::ostream& fout,
void cmGlobalXCodeGenerator::GetDocumentation(cmDocumentationEntry& entry)
const
{
- entry.name = this->GetName();
- entry.brief = "Generate XCode project files.";
- entry.full = "";
+ entry.Name = this->GetName();
+ entry.Brief = "Generate XCode project files.";
+ entry.Full = "";
}
//----------------------------------------------------------------------------