blob: 10779a9d1230332b1b9213e38072067a9c0d7ecd [file] [log] [blame] [view]
# Executable example
Instead of using one of the official `Doxygen` executables from the [releases page](https://github.com/doxygen/doxygen/releases), you can also provide your own.
There are no restrictions, as long as it can run on the build platform.
In this example, we showcase a self-documenting C++ program that generates its own documentation.
Not particularly useful, as we ignore the `Doxyfile` and the source inputs, but it serves as a simple demonstration.
```bash
bazel build //executable:doxygen
```