We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6eef6e commit ef1e218Copy full SHA for ef1e218
Doxygen/flight_doxygen.cfg
@@ -370,7 +370,7 @@ EXTRACT_ALL = YES
370
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
371
# will be included in the documentation.
372
373
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
374
375
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
376
# scope will be included in the documentation.
@@ -380,7 +380,7 @@ EXTRACT_PACKAGE = NO
380
# If the EXTRACT_STATIC tag is set to YES all static members of a file
381
382
383
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
384
385
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
386
# defined locally in source files will be included in the documentation.
0 commit comments