• 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
Re: Building docs from source: doxygen and HeaderDoc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building docs from source: doxygen and HeaderDoc


  • Subject: Re: Building docs from source: doxygen and HeaderDoc
  • From: Greg Hurrell <email@hidden>
  • Date: Sun, 9 Jul 2006 21:51:46 +0200

El 09/07/2006, a las 20:06, Mike Jackson escribió:

Could you post those text macros? I really like the Headerdoc Default output, but getting Header Doc working on other Operating Systems is beyond me.

You just make a file called "doxygen.xctxtmacro" in

~/Library/Application Support/Apple/Developer Tools/Specifications/

and put definitions in it; for example, some simple grouping macros:

(
{
Identifier = doxygen;
Name = "Doxygen";
IsMenu = YES;
ComputerLanguages = ( c );
},
{
Identifier = doxygen.group-start;
BasedOn = doxygen;
IsMenuItem = YES;
Name = "Group start";
TextString = "/*!\n\\name <#name#>\n<#description#>\n\ \startgroup\n*/\n";
CompletionPrefix = group;
},
{
Identifier = doxygen.group-end;
BasedOn = doxygen;
IsMenuItem = YES;
Name = "Group end";
TextString = "/*! \\endgroup */\n";
},
{
Identifier = doxygen.group;
BasedOn = doxygen;
IsMenuItem = YES;
Name = "Group (selection)";
TextString = "/*!\n\\name <#name#>\n<#description#>\n\ \startgroup\n*/\n\n<#!statements!#>\n\n/*! \\endgroup */\n";
},
)


Cheers,
Greg

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Building docs from source: doxygen and HeaderDoc (From: "Sean McBride" <email@hidden>)
 >Re: Building docs from source: doxygen and HeaderDoc (From: Greg Hurrell <email@hidden>)
 >Re: Building docs from source: doxygen and HeaderDoc (From: Mike Jackson <email@hidden>)

  • Prev by Date: Strings in Release Binary
  • Next by Date: Re: Strings in Release Binary
  • Previous by thread: Re: Building docs from source: doxygen and HeaderDoc
  • Next by thread: Re: Building docs from source: doxygen and HeaderDoc
  • Index(es):
    • Date
    • Thread