docs: update doxyfile example documentation
diff --git a/examples/doxyfile/README.md b/examples/doxyfile/README.md
index 8c1e915..9ea0869 100644
--- a/examples/doxyfile/README.md
+++ b/examples/doxyfile/README.md
@@ -14,7 +14,8 @@
 Namely, the following expressions will be replaced:
 
 - `# {{INPUT}}`: Subpackage directory in the sandbox.
+- `# {{DOT_PATH}}`: Indicate to doxygen the location of the `dot_executable`
 - `# {{ADDITIONAL PARAMETERS}}`: Additional parameters given in the `configurations` attribute.
 - `# {{OUTPUT DIRECTORY}}`: The directory provided in the `outs` attribute.
 
-It is highly recommended to at least use the `# {{OUTPUT DIRECTORY}}` expression at the very end of your doxyfile, since the exact path of the output is computed at runtime by Bazel and may be different on different platforms.
+It is highly recommended to at least use the `# {{OUTPUT DIRECTORY}}` expression at the very end of your Doxyfile, since the exact path of the output is computed at runtime by Bazel and it may differ on each platform.