Questions tagged [docset]

App to view Apple developer documentation on iOS.

Ole Moritz wrote a native iOS app named DocSets for reading Apple’s developer documentation on the iPad or iPhone. DocSets is not available on the App Store. Instead, you can download the source code from GitHub for free and build it for yourself.

9 questions
14
votes
1 answer

How to make docset on Linux?

I use Zeal to lookup API documentation on Linux. It requires files to be in the Apple docset format. I have C++ code for which I can generate documentation using Doxygen. Doxygen can build a docset, but it requires the docsetutil program, which is…
Ashwin Nanjappa
  • 76,204
  • 83
  • 211
  • 292
5
votes
1 answer

Converting phpdoc to docset usable by Dash

I'm trying to get the Magento Documentation in a format which I can use in Dash. An article on the Dash website describes how to import a number of types of documentation into the required format, unfortunately phpdoc is not one of them. Does…
3
votes
1 answer

navigating a .Docset file in iphone app

I want to use a Docset i have created using Doxygen in my iPad app in a tableview, and navigate through the directories. then display the file i click. How would i go about navigating the Docset? i can unzip it, then navigate the directories in that…
3
votes
0 answers

Xcode started to not work with downloaded docsets when offline

I had a lot of problems trying to download these docsets since updating to the latest Xcode. Various popups appearing saying it didn't know how to install it. Eventually after reading on here I just persisted and their servers started to work so i…
jimbobuk
  • 1,211
  • 12
  • 25
1
vote
0 answers

how to add the existed iOS DocSet to xcode?

I have already downloaded the iOS 6.1 DocSet, as shown here in Finder when I navigate to /Applications/Xcode.app/Contents/Developer/Documentation/DocSets/: But, when in Xcode preferences it prompts me to Install it again, even though it's already…
frank
  • 2,327
  • 1
  • 18
  • 20
1
vote
1 answer

Reloading docset without restarting Xcode

I am using appledoc for generating docsets. Everything is good, except everytime I rebuild it(with using my plist and run shell script) I must restart xcode to see changes. Is there a way for force xcode to reload docset ?
0
votes
1 answer

iOS DOxygen adding docSet to Xcode Documents

Hey Everyone just having a problem with DOxygen, Ive generated my documentation and its allthere, but i find i am unable to add it to Xcode. I currently have a script which takes the HTML directory containing all the files, and generates the…
Woodmister1
  • 121
  • 2
  • 13
0
votes
1 answer

How do you make a 'docset' that you can use for Dash app?

I have been googling this for like 2 hours now and i cannot figure it out. I want to make a docset out of the GitHub CLI Manual so i can access it locally on my mac using Dash app (or DevDocs app for that matter). Also ditto for the WordPress…
-1
votes
1 answer

Xcode 6.2 fails to download docsets, complains they're "untrusted"

The docsets I seek are Xcode 6.2 and iOS 8.2. The machine is running an old macOS and can't be upgraded. Every time I click on offered items under "Preferences->Downloads->Documentation" I see the progress bar showing my request is acknowledged but…
Elijah
  • 9
  • 4