We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8189778 commit a07e5f9Copy full SHA for a07e5f9
Dockerfile
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
16
ninja-build \
17
doxygen \
18
build-essential \
19
+ graphviz \
20
&& rm -rf /var/lib/apt/lists/*
21
22
Doxyfile
@@ -864,7 +864,7 @@ WARN_LOGFILE =
864
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865
# Note: If this tag is empty the current directory is searched.
866
867
-INPUT = ./source
+INPUT = ./src
868
869
# This tag can be used to specify the character encoding of the source files
870
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments