Docsets and Research Assistant
Docsets and Research Assistant
- Subject: Docsets and Research Assistant
- From: Fritz Anderson <email@hidden>
- Date: Wed, 21 Nov 2007 16:19:48 -0600
I'm writing a documentation set for my private framework, and am
working on Tokens.xml. My methods show up in the API search just fine.
1. Option-double-clicking works only when my docset is selected in the
Documentation window. Is that supposed to happen? Apple docsets don't
have this restriction.
2. The Research Assistant doesn't work at all for me. It works fine
for methods documented in Apple sets, but not for any method I document.
The documentation is generated by HeaderDoc. I'm writing the
Tokens.xml file by hand. A sample that I hope is representative
follows this note.
My listed declarations don't follow Apple's whitespace-causes-cancer
coding standard, but I see lots of whitespace (newlines, indentations)
in RA declarations, so I assume that's not the trouble.
What am I doing wrong?
— F
<Tokens version="1.0">
<File path="MyHeader/Classes/MyClass_/Methods/Methods.html">
<Token>
<TokenIdentifier>
//apple_ref/occ/instm/MyClass/countThings
</TokenIdentifier>
<Anchor>countThings</Anchor>
<Abstract>Returns the number of things the receiver can
report.</Abstract>
<Declaration>- (unsigned) countThings;</Declaration>
</Token>
...
</File>
...
</Tokens>
_______________________________________________
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