You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But doxygen macro does not forward the tags to _doxygen rule. Actually, I can't set target_compatible_with in the doxygen macro because of a similar problem.
Would you consider forwarding **kwargs from doxygen to _doxygen? Both tags and target_compatible_with would be understood by the _doxygen rule automatically. That could solve these 2 issues and potentially more.
The text was updated successfully, but these errors were encountered:
Hey,
First of all, this project is a good piece of work! Running doxygen with
rules_doxygen
is much easier than telling Bazel to run the doxygen binary.I currently struggle a bit with making the
doxygen
rules optional. I don't want documentation to be built when running eg.bazel build ...
.Typically, you would do this by writing:
But
doxygen
macro does not forward thetags
to_doxygen
rule. Actually, I can't settarget_compatible_with
in thedoxygen
macro because of a similar problem.Would you consider forwarding
**kwargs
fromdoxygen
to_doxygen
? Bothtags
andtarget_compatible_with
would be understood by the_doxygen
rule automatically. That could solve these 2 issues and potentially more.The text was updated successfully, but these errors were encountered: