Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2019-11-20 18:00:28 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-12-26 22:27:52 +0300
commit1fef42d1cd0ad24051754560807d71d8af7fe5aa (patch)
tree46eb8263d0affefaff1d064e27bb09d89c440b08 /Doxyfile
parentbfdcec23097e23e11edff529aea0012b3c01e20c (diff)
Doxyfile: set "EXTRACT_ALL" to "YES"
This avoids the need to add "@file" to every file we want to generate documentation for.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 5077ab0d7..b0c74a2a1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -321,7 +321,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.