blob: 0d17a548adb2eb69bcae5a57ebe4b37f1f353c29 [file] [log] [blame]
load("@doxygen//:doxygen.bzl", "doxygen")
doxygen(
name = "doxygen",
srcs = glob([
"*.h",
"*.cpp",
"lib_b/*.h",
"lib_b/*.cpp",
]) + ["//nested/lib_a:sources"],
configurations = [
# The rule should be able to determine the location of the srcs files,
# but it is still possible to specify the input location manually
# "INPUT = nested nested/lib_a nested/lib_b",
],
project_brief = "Example project for doxygen",
project_name = "nested",
)