X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=blobdiff_plain;f=Programming-Tips.md;h=d05c4b10d0988f1f4572311a6c38775982e7779a;hp=188bd1a7c360f192f1a12f2ba573c46d0c9ec5e6;hb=b15e3ebc5b5b14d6a7312e2fe9abd081b0d12e28;hpb=393865087efb5c5659c240802096ddeb29661a70 diff --git a/Programming-Tips.md b/Programming-Tips.md index 188bd1a..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 [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