@@ -495,25 +495,25 @@ EXTRACT_ALL = YES
495
495
# be included in the documentation.
496
496
# The default value is: NO.
497
497
498
- EXTRACT_PRIVATE = NO
498
+ EXTRACT_PRIVATE = YES
499
499
500
500
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
501
501
# methods of a class will be included in the documentation.
502
502
# The default value is: NO.
503
503
504
- EXTRACT_PRIV_VIRTUAL = NO
504
+ EXTRACT_PRIV_VIRTUAL = YES
505
505
506
506
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
507
507
# scope will be included in the documentation.
508
508
# The default value is: NO.
509
509
510
- EXTRACT_PACKAGE = NO
510
+ EXTRACT_PACKAGE = YES
511
511
512
512
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
513
513
# included in the documentation.
514
514
# The default value is: NO.
515
515
516
- EXTRACT_STATIC = NO
516
+ EXTRACT_STATIC = YES
517
517
518
518
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
519
519
# locally in source files will be included in the documentation. If set to NO,
@@ -538,7 +538,7 @@ EXTRACT_LOCAL_METHODS = NO
538
538
# are hidden.
539
539
# The default value is: NO.
540
540
541
- EXTRACT_ANON_NSPACES = NO
541
+ EXTRACT_ANON_NSPACES = YES
542
542
543
543
# If this flag is set to YES, the name of an unnamed parameter in a declaration
544
544
# will be determined by the corresponding definition. By default unnamed
@@ -868,7 +868,7 @@ WARN_LOGFILE =
868
868
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
869
869
# Note: If this tag is empty the current directory is searched.
870
870
871
- INPUT = ../../power_grid_model_c/power_grid_model_c/include
871
+ INPUT = ../../power_grid_model_c/
872
872
873
873
# This tag can be used to specify the character encoding of the source files
874
874
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -897,7 +897,7 @@ INPUT_ENCODING = UTF-8
897
897
# *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl,
898
898
# *.ucf, *.qsf and *.ice.
899
899
900
- FILE_PATTERNS = *.h
900
+ FILE_PATTERNS =
901
901
902
902
# The RECURSIVE tag can be used to specify whether or not subdirectories should
903
903
# be searched for input files as well.
@@ -2314,7 +2314,7 @@ HIDE_UNDOC_RELATIONS = YES
2314
2314
# set to NO
2315
2315
# The default value is: YES.
2316
2316
2317
- HAVE_DOT = NO
2317
+ HAVE_DOT = YES
2318
2318
2319
2319
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2320
2320
# to run in parallel. When set to 0 doxygen will base this on the number of
0 commit comments