From dca8c3f99b73195994c613d316a067c9ecd7d510 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 6 Apr 2020 21:50:24 +0000 Subject: [PATCH] Update Programming Tips --- Programming-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Tips.md b/Programming-Tips.md index 188bd1a..d9ad108 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 [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 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