Method: Autobuild::CMake#with_doc
- Defined in:
- lib/autobuild/packages/cmake.rb
#with_doc(target = 'doc', &block) ⇒ Object
Declare that the given target can be used to generate documentation
325 326 327 328 329 330 |
# File 'lib/autobuild/packages/cmake.rb', line 325 def with_doc(target = 'doc', &block) common_utility_handling( doc_utility, target, "generating documentation for %s", "generated documentation for %s", &block) end |