X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Programming-Tips.md;h=d05c4b10d0988f1f4572311a6c38775982e7779a;hb=8104e7646c933aaa373e27307b55b1beb5ac7d31;hp=d9ad1086aa7f33ac44bdf892c297d9f7333ab3d2;hpb=dca8c3f99b73195994c613d316a067c9ecd7d510;p=xonotic%2Fxonotic.wiki.git 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