XCode automatically generated comments? -


every time when create new file in xcode, makes comment @ top of file. has changed somehow - dont know why , how reset this.

its this:

// //  [filename.cpp] //  [projectname] // //  created [name] on [date] //  copyright 2011 [company]. rights reserved. // 

but first this:

/*  *  [filename.cpp]  *  [projectname]  *  *  created [name] on [date]  *  copyright 2011 [company]. rights reserved.  *  */ 

so there setting, can reset style of auto generated comments? can change this?

on default installation, directory "/developer/library/xcode/file templates" has new file templates.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -