Re: Building docs from source: doxygen and HeaderDoc
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