Header Doc 8 - formatting issue
Header Doc 8 - formatting issue
- Subject: Header Doc 8 - formatting issue
- From: David Webster <email@hidden>
- Date: Fri, 16 Jul 2004 12:25:02 +0100
Hi,
Seeing as there have been a few posts w.r.t. Header Doc 8 in this
group I thought I would ask the following here:
I have the following method for example.
+ (id) edgeWithKey:(NSString *)aKey
initial:(SCVertex *)anInitial
final:(SCVertex *)aFinal;
I have installed Header Doc 8 and I get the following type of output.
+ ( id ) edgeWithKey:
(NSString *) aKey initial:
(SCVertex *) anInitial final:
(SCVertex *) aFinal;
this output splits the method names and parameters which looks strange
and also puts a space after the ")".
in my config file if I add even one attribute such as
commentStyle => background:#ffffff; color:#236e25
I get the following
+ (id) edgeWithKey:(
NSString *)aKey initial:(
SCVertex *)anInitial final:(
SCVertex *)aFinal;
(the space after the ")" has now disappeared?)
C++ methods appear to be generated OK.
Is something screwy about my output or does everyone see this splitting
occur? Any workarounds?
Thanks
David
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.