In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
generating an XCode 3 (Leopard) docset for libogc
''If you [http://www.google.com/search?client=safari&rls=en-ca&q=what+is+doxygen&ie=UTF-8&oe=UTF-8 don’t know what doxygen is], you probably don't need it... (just yet).''

An XCode 3 (Leopard) docset for libogc can be generated with [http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc Doxygen-1.5.6.dmg].

The [http://developer.apple.com/tools/creatingdocsetswithdoxygen.html Apple instructions] are a good place to start but here is some specific help below.

* http://www.cocoadev.com/index.pl?UsingDoxygen

Doxygen.app GUI settings:
* Working directory: <code>/opt/devkitpro/libogc/include</code>
* GENERATE_DOCSET [X]
* GENERATE_LATEX [ ] Whatever... ''You know what you doing.''

Expert HTML output settings:

PROJECT_NUMBER = "libogc 20080602"
OUTPUT_DIRECTORY = /Users/$USER/Desktop/Wii/doxygen/
DOCSET_FEEDNAME = "libogc"
DOCSET_BUNDLE_ID = org.devkitpro.libogc

Important:
* Any OUTPUT_DIRECTORY is fine but <code>~</code> is not recognized.
* cd /Users/$USER/Desktop/Wii/doxygen/html (or wherever)
* make install
; to activate without restarting XCode<nowiki>:</nowiki>: <code>osascript -e "tell app \"XCode\" to load documentation set with path \"/Users/$USER/Library/Developer/Shared/Documentation/DocSets/\""</code>

I couldn't get the '''Research Assistant''' to show any contextual information yet but the API & Documentation search works just fine, doxygen even generates some nice images.
316

edits

Navigation menu