summaryrefslogtreecommitdiff
path: root/src/Doxyfile.in
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-05-24 15:48:17 +0200
committerGitHub <noreply@github.com>2022-05-24 15:48:17 +0200
commite415d500fe8739414803b8cc127484562079d27e (patch)
tree167abde0ac4cf1fbf0e66753793c2f8ff2b3d958 /src/Doxyfile.in
parent7e2fb7b6f5c9664e377a3211cb60aebec14e4d6e (diff)
parent298ae783896d7a9fee43b58a3a01041c9106962c (diff)
Merge pull request #623 from albert-github/feature/bug_gudhi_example
Documentation: handling references to examples in a more transparent way
Diffstat (limited to 'src/Doxyfile.in')
-rw-r--r--src/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index f76ba2bd..b15d47a6 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -229,7 +229,7 @@ TAB_SIZE = 2
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
-ALIASES =
+ALIASES = gudhi_example_link{2}="@ref \2 \"\1/\2\""
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For