@@ -787,7 +787,15 @@ INPUT = @CMAKE_BINARY_DIR@/src/libyang.h \
787787 ./src/extensions.h \
788788 ./src/user_types.h \
789789 ./src/xml.h \
790- ./src/dict.h
790+ ./src/dict.h \
791+ ./swig/cpp/src/Libyang.hpp \
792+ ./swig/cpp/src/Tree_Data.hpp \
793+ ./swig/cpp/src/Tree_Schema.hpp \
794+ ./swig/cpp/src/Xml.hpp \
795+ ./swig/cpp/src/Libyang.cpp \
796+ ./swig/cpp/src/Tree_Data.cpp \
797+ ./swig/cpp/src/Tree_Schema.cpp \
798+ ./swig/cpp/src/Xml.cpp
791799
792800# This tag can be used to specify the character encoding of the source files
793801# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2035,7 +2043,7 @@ ENABLE_PREPROCESSING = YES
20352043# The default value is: NO.
20362044# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20372045
2038- MACRO_EXPANSION = NO
2046+ MACRO_EXPANSION = YES
20392047
20402048# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20412049# the macro expansion is limited to the macros specified with the PREDEFINED and
@@ -2159,7 +2167,7 @@ PERL_PATH = /usr/bin/perl
21592167# powerful graphs.
21602168# The default value is: YES.
21612169
2162- CLASS_DIAGRAMS = YES
2170+ CLASS_DIAGRAMS = NO
21632171
21642172# You can define message sequence charts within doxygen comments using the \msc
21652173# command. Doxygen will then run the mscgen tool (see:
@@ -2190,7 +2198,7 @@ HIDE_UNDOC_RELATIONS = YES
21902198# set to NO
21912199# The default value is: NO.
21922200
2193- HAVE_DOT = NO
2201+ HAVE_DOT = @HAVE_DOT@
21942202
21952203# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
21962204# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2241,7 +2249,7 @@ CLASS_GRAPH = YES
22412249# The default value is: YES.
22422250# This tag requires that the tag HAVE_DOT is set to YES.
22432251
2244- COLLABORATION_GRAPH = YES
2252+ COLLABORATION_GRAPH = NO
22452253
22462254# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
22472255# groups, showing the direct groups dependencies.
@@ -2256,7 +2264,7 @@ GROUP_GRAPHS = YES
22562264# The default value is: NO.
22572265# This tag requires that the tag HAVE_DOT is set to YES.
22582266
2259- UML_LOOK = NO
2267+ UML_LOOK = YES
22602268
22612269# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
22622270# class node. If there are many fields or methods and many nodes the graph may
@@ -2269,15 +2277,15 @@ UML_LOOK = NO
22692277# Minimum value: 0, maximum value: 100, default value: 10.
22702278# This tag requires that the tag HAVE_DOT is set to YES.
22712279
2272- UML_LIMIT_NUM_FIELDS = 10
2280+ UML_LIMIT_NUM_FIELDS = 50
22732281
22742282# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
22752283# collaboration graphs will show the relations between templates and their
22762284# instances.
22772285# The default value is: NO.
22782286# This tag requires that the tag HAVE_DOT is set to YES.
22792287
2280- TEMPLATE_RELATIONS = NO
2288+ TEMPLATE_RELATIONS = YES
22812289
22822290# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
22832291# YES then doxygen will generate a graph for each documented file showing the
@@ -2350,7 +2358,7 @@ DIRECTORY_GRAPH = YES
23502358# The default value is: png.
23512359# This tag requires that the tag HAVE_DOT is set to YES.
23522360
2353- DOT_IMAGE_FORMAT = png
2361+ DOT_IMAGE_FORMAT = svg
23542362
23552363# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
23562364# enable generation of interactive SVG images that allow zooming and panning.
@@ -2362,7 +2370,7 @@ DOT_IMAGE_FORMAT = png
23622370# The default value is: NO.
23632371# This tag requires that the tag HAVE_DOT is set to YES.
23642372
2365- INTERACTIVE_SVG = NO
2373+ INTERACTIVE_SVG = YES
23662374
23672375# The DOT_PATH tag can be used to specify the path where the dot tool can be
23682376# found. If left blank, it is assumed the dot tool can be found in the path.
@@ -2412,7 +2420,7 @@ PLANTUML_INCLUDE_PATH =
24122420# Minimum value: 0, maximum value: 10000, default value: 50.
24132421# This tag requires that the tag HAVE_DOT is set to YES.
24142422
2415- DOT_GRAPH_MAX_NODES = 50
2423+ DOT_GRAPH_MAX_NODES = 100
24162424
24172425# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
24182426# generated by dot. A depth value of 3 means that only nodes reachable from the
@@ -2436,7 +2444,7 @@ MAX_DOT_GRAPH_DEPTH = 0
24362444# The default value is: NO.
24372445# This tag requires that the tag HAVE_DOT is set to YES.
24382446
2439- DOT_TRANSPARENT = NO
2447+ DOT_TRANSPARENT = YES
24402448
24412449# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
24422450# files in one run (i.e. multiple -o and -T options on the command line). This
0 commit comments