From d3406ec96be556bd753666b95317f4139d5a5cc7 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 8 Dec 2020 11:23:02 +0000 Subject: [PATCH] Update Programming Tips: Add Doxygen link --- Programming-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Tips.md b/Programming-Tips.md index d9ad108..d05c4b1 100644 --- a/Programming-Tips.md +++ b/Programming-Tips.md @@ -72,7 +72,7 @@ prvm_edictwatchpoint server Incomplete [Doxygen documentation](https://timepath.github.io/scratchspace/index.html) is generated as part of CI on [xonotic-data.pk3dir](https://gitlab.com/xonotic/xonotic-data.pk3dir) - you can search functions, "classes", globals, etc. -Note that it might be incomplete or incorrect because Doxygen doesn't understand all of QC's constructs and our code heavily uses macros. See the `doxygen` section of the [CI file](https://gitlab.com/xonotic/xonotic-data.pk3dir/blob/master/.gitlab-ci.yml) for details what's missing. +Note that it might be incomplete or incorrect because [Doxygen](https://www.doxygen.nl) doesn't understand all of QC's constructs and our code heavily uses macros. See the `doxygen` section of the [CI file](https://gitlab.com/xonotic/xonotic-data.pk3dir/blob/master/.gitlab-ci.yml) for details what's missing. ### Tool to find C symbols, functions, declarations and definitions inside source code -- 2.39.2