Doxygen Scripting support for Xcode

Author: Brian Ray
Contact: bray@sent.com
Date: Mon Aug 1 23:16:52 CDT 2005
Revisions:1
Copyright: This document and scripting has been placed in the public domain.

Contents

This package offers basic scripting support for xcode for doxygen syntax.

Getting

The current version is available here.

Installation

To install tar.gz file:

  1. copy doygen_xcodeXX.tar.gz to "/Library/Application Support/Apple/Developer Tools/Scripts/10-User Scripts/" with:

    $ cp doygen_xcodeXX.tar.gz /Library/Application\ Support/Apple/Developer\ Tools/Scripts/10-User Scripts/
    
  2. Uncompress and unzip the archive:

    $ gzip -dc < doygen_xcodeXX.tar.gz | tar -xv 
    
  3. remove the left overs:

    $ rm doxygen_xcodeXX.tar.gz
    
  4. Start Xcode

  5. Under the Script menu you should find a menu for doxygen

Usage

Select text you want to comment or use templates to get started.

TODO:

Comments, Bugs, or Requests

email to me.