Skip to content

Commit eb0a620

Browse files
committed
docs: minor fix
1 parent ef240b6 commit eb0a620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/doxygen_doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ By default, the following make variables are available:
124124
- All the predefined variables indicated in the [Bazel documentation](https://bazel.build/reference/be/make-variables#predefined_variables).
125125

126126
The former is particularly useful when `doxygen` needs to generate unusual files, such as [tag files](https://www.doxygen.nl/manual/config.html#cfg_generate_tagfile).
127-
For example, you can use it to generate a tag file in the output directory:
127+
An example of this is shown below, where the tag file `PolyVox.tag` is stored in the `tags` output directory.
128128

129129
```bzl
130130
doxygen(

doxygen/doxygen.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def doxygen(
552552
- All the predefined variables indicated in the [Bazel documentation](https://bazel.build/reference/be/make-variables#predefined_variables).
553553
554554
The former is particularly useful when `doxygen` needs to generate unusual files, such as [tag files](https://www.doxygen.nl/manual/config.html#cfg_generate_tagfile).
555-
For example, you can use it to generate a tag file in the output directory:
555+
An example of this is shown below, where the tag file `PolyVox.tag` is stored in the `tags` output directory.
556556
557557
```bzl
558558
doxygen(

0 commit comments

Comments
 (0)