]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Programming Tips: Add Doxygen link
authorterencehill <piuntn@gmail.com>
Tue, 8 Dec 2020 11:23:02 +0000 (11:23 +0000)
committerterencehill <piuntn@gmail.com>
Tue, 8 Dec 2020 11:23:02 +0000 (11:23 +0000)
Programming-Tips.md

index d9ad1086aa7f33ac44bdf892c297d9f7333ab3d2..d05c4b10d0988f1f4572311a6c38775982e7779a 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 `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