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
Post a Comment