|
27 | 27 | # Project related configuration options |
28 | 28 | #--------------------------------------------------------------------------- |
29 | 29 |
|
| 30 | +PROJECT_NAME = "LiveKit C++ SDK" |
| 31 | + |
30 | 32 | # This tag specifies the encoding used for all characters in the configuration |
31 | 33 | # file that follow. The default is UTF-8 which is also the encoding used for all |
32 | 34 | # text before the first occurrence of this tag. Doxygen uses libiconv (or the |
@@ -1005,7 +1007,7 @@ WARN_LOGFILE = |
1005 | 1007 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
1006 | 1008 | # Note: If this tag is empty the current directory is searched. |
1007 | 1009 |
|
1008 | | -INPUT = ../include/livekit ../docs/index.md ../README.md ../examples/simple_rpc/README.md |
| 1010 | +INPUT = include/livekit docs/index.md README.md examples/simple_rpc/README.md |
1009 | 1011 |
|
1010 | 1012 | # This tag can be used to specify the character encoding of the source files |
1011 | 1013 | # that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses |
@@ -1220,7 +1222,7 @@ FILTER_SOURCE_PATTERNS = |
1220 | 1222 | # (index.html). This can be useful if you have a project on for instance GitHub |
1221 | 1223 | # and want to reuse the introduction page also for the Doxygen output. |
1222 | 1224 |
|
1223 | | -USE_MDFILE_AS_MAINPAGE = |
| 1225 | +USE_MDFILE_AS_MAINPAGE = docs/index.md |
1224 | 1226 |
|
1225 | 1227 | # If the IMPLICIT_DIR_DOCS tag is set to YES, any README.md file found in sub- |
1226 | 1228 | # directories of the project's root, is used as the documentation for that sub- |
@@ -1429,8 +1431,8 @@ HTML_STYLESHEET = |
1429 | 1431 | # documentation. |
1430 | 1432 | # This tag requires that the tag GENERATE_HTML is set to YES. |
1431 | 1433 |
|
1432 | | -HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \ |
1433 | | - customization/custom.css |
| 1434 | +HTML_EXTRA_STYLESHEET = docs/customization/doxygen-awesome.css \ |
| 1435 | + docs/customization/custom.css |
1434 | 1436 |
|
1435 | 1437 | # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or |
1436 | 1438 | # other source files which should be copied to the HTML output directory. Note |
@@ -2605,7 +2607,7 @@ HIDE_UNDOC_RELATIONS = YES |
2605 | 2607 | # set to NO |
2606 | 2608 | # The default value is: NO. |
2607 | 2609 |
|
2608 | | -HAVE_DOT = NO |
| 2610 | +HAVE_DOT = YES |
2609 | 2611 |
|
2610 | 2612 | # The DOT_NUM_THREADS specifies the number of dot invocations Doxygen is allowed |
2611 | 2613 | # to run in parallel. When set to 0 Doxygen will base this on the number of |
|
0 commit comments