Method: XcodePages.output_directory
- Defined in:
- lib/XcodePages.rb
.output_directory ⇒ Object
Answers the path of the output directory. Doxygen outputs to this folder. HTML web pages appear in the html sub-folder.
77 78 79 |
# File 'lib/XcodePages.rb', line 77 def self.output_directory "#{ENV['PROJECT_NAME']}Pages" end |