Method: XcodePages.doxygen_docset
- Defined in:
- lib/XcodePages.rb
.doxygen_docset ⇒ Object
Launches Doxygen and builds the Apple DocSet. It does not install the DocSet. The compiled documentation set remains in the html sub-folder.
125 126 127 128 129 |
# File 'lib/XcodePages.rb', line 125 def self.doxygen_docset doxygen # Assume that doxygen succeeds. But what happens when it does not? %x(cd #{html_output_directory} ; make) end |