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
"version": attr.string(doc="The version of doxygen to use. If set to `0.0.0`, the doxygen executable will be assumed to be available from the PATH. Mutually exclusive with `executable`."),
286
286
"sha256": attr.string(doc="The sha256 hash of the doxygen archive. If not specified, an all-zero hash will be used."),
287
287
"platform": attr.string(doc="The target platform for the doxygen binary. Available options are (windows, mac, mac-arm, linux, linux-arm). If not specified, it will select the platform it is currently running on."),
288
288
"executable": attr.label(doc="The doxygen executable to use. If set, no download will take place and the provided doxygen executable will be used. Mutually exclusive with `version`."),
289
289
})
290
-
_doxygen_repository=tag_class(attrs= {
290
+
_doxygen_repository_tag=tag_class(attrs= {
291
291
"name": attr.string(doc="The name of the repository the extension will create. Useful if you don't use 'rules_doxygen' as a dev_dependency, since it will avoid name collision for module depending on yours. Must be the same for all configurations. Defaults to 'doxygen'.", mandatory=True),
0 commit comments