Skip to content

Commit ef1e218

Browse files
committed
Doxygen: enable export static for flight firmware
Since this is mostly documentation for us, documenting the internal static methods is quite useful.
1 parent a6eef6e commit ef1e218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxygen/flight_doxygen.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ EXTRACT_ALL = YES
370370
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
371371
# will be included in the documentation.
372372

373-
EXTRACT_PRIVATE = NO
373+
EXTRACT_PRIVATE = YES
374374

375375
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
376376
# scope will be included in the documentation.
@@ -380,7 +380,7 @@ EXTRACT_PACKAGE = NO
380380
# If the EXTRACT_STATIC tag is set to YES all static members of a file
381381
# will be included in the documentation.
382382

383-
EXTRACT_STATIC = NO
383+
EXTRACT_STATIC = YES
384384

385385
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
386386
# defined locally in source files will be included in the documentation.

0 commit comments

Comments
 (0)