]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Programming Tips
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 6 Apr 2020 21:50:24 +0000 (21:50 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 6 Apr 2020 21:50:24 +0000 (21:50 +0000)
Programming-Tips.md

index 188bd1a7c360f192f1a12f2ba573c46d0c9ec5e6..d9ad1086aa7f33ac44bdf892c297d9f7333ab3d2 100644 (file)
@@ -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