• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Header Doc 8 - formatting issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Header Doc 8 - formatting issue
      • From: Bill Cheeseman <email@hidden>
  • Prev by Date: Re: Java dev in XCode & CLASSPATH
  • Next by Date: Re: Header Doc 8 - formatting issue
  • Previous by thread: Debugger suddenly stopped working?
  • Next by thread: Re: Header Doc 8 - formatting issue
  • Index(es):
    • Date
    • Thread