Method: XcodePages.html_output_directory

Defined in:
lib/XcodePages.rb

.html_output_directoryObject

Answers the path to the html output sub-folder where Doxygen writes the HTML web pages and the DocSet Makefile when GENERATE_DOCSET equals YES.



84
85
86
# File 'lib/XcodePages.rb', line 84

def self.html_output_directory
  File.join(output_directory, 'html')
end