ysb33r / doxygen-gradle-plugin

Run Doxygen documentation tasks from Gradle
Apache License 2.0
6 stars 7 forks source link

Implement lazy evaluation for Doxygen properties #12

Open ysb33r opened 7 years ago

ysb33r commented 7 years ago

The current architecture evaluates preoprties immediately. It is better to leave them in lazy forms until actually required.

c4sh commented 6 years ago

Will this ever be implemented ? Sounds like exactly what I need. as I wanted to create a plugin that acts as a middleman between this plugin and our project ans we want to configure the doxygen-gradle-plugin with a configuration coming from our project which is not known until evaluation phase.

ysb33r commented 6 years ago

It will when I get around to it. This plugin is not the highest priority in my list of plugins that I am updating atm.