(self)
| 143 | self.tool_requires(f"doxygen/{self.DOXYGEN_VERSION}") |
| 144 | |
| 145 | def package(self): |
| 146 | cmake = CMake(self) |
| 147 | cmake.install() |
| 148 | |
| 149 | def layout(self): |
| 150 | cmake_layout(self) |
nothing calls this directly
no outgoing calls
no test coverage detected