From: Martin Taibr Date: Mon, 6 Apr 2020 21:49:08 +0000 (+0000) Subject: Update Programming Tips X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=393865087efb5c5659c240802096ddeb29661a70 Update Programming Tips --- diff --git a/Programming-Tips.md b/Programming-Tips.md index 972ae2b..188bd1a 100644 --- a/Programming-Tips.md +++ b/Programming-Tips.md @@ -70,9 +70,9 @@ prvm_edictwatchpoint server ### Doxygen -[This](https://timepath.github.io/scratchspace/index.html) is generated as part of [CI on xonotic-data.pk3dir](https://gitlab.com/xonotic/xonotic-data.pk3dir/blob/master/.gitlab-ci.yml) - you can search functions, "classes", globals, etc. +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. +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. ### Tool to find C symbols, functions, declarations and definitions inside source code