how to set default comments in Xcode?
Posted
by
User
on Stack Overflow
See other posts from Stack Overflow
or by User
Published on 2012-11-06T10:49:43Z
Indexed on
2012/11/06
11:00 UTC
Read the original article
Hit count: 142
xcode
When we add a new file,
In .h & .m file, there is always a comments/documentation section at top.
example.
//
// abc.h
// Project name
//
// Created by myname on 06/11/12.
//
//
How to modify those default comments to :
// File Name: abc.h
// Created By: myName
// Created On: 06/11/12.
// Purpose:
// Copyright (c) 2012 mycompany name. All rights reserved.
Please do help me on this issue
© Stack Overflow or respective owner