File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,6 @@ coverage.info
3636coverage_report /
3737
3838.vscode
39+
40+ # Doxygen
41+ docs /output
Original file line number Diff line number Diff line change 1+ PROJECT_NAME = LiveKit ESP-32 SDK
2+ OUTPUT_DIRECTORY = ./output
3+ OPTIMIZE_OUTPUT_FOR_C = YES
4+ WARN_IF_UNDOCUMENTED = YES
5+ INPUT = ../README.md \
6+ ../docs \
7+ ../components/livekit/include \
8+ ../components/livekit_sandbox/include
9+ USE_MDFILE_AS_MAINPAGE = ../README.md
10+ FILE_PATTERNS = *.h *.md
11+ EXTRACT_ALL = YES
12+ RECURSIVE = YES
13+ JAVADOC_AUTOBRIEF = YES
14+ GENERATE_LATEX = NO
15+ GENERATE_HTML = YES
16+ TIMESTAMP = YES
17+ INLINE_SIMPLE_STRUCTS = YES
18+ TYPEDEF_HIDES_STRUCT = YES
19+ SHOW_FILES = NO
20+ LAYOUT_FILE = ./layout.xml
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <doxygenlayout version =" 2.0" >
3+ <!-- Generated by doxygen 1.14.0 -->
4+ <!-- Navigation index tabs for HTML output -->
5+ <navindex >
6+ <tab type =" mainpage" visible =" yes" title =" Introduction" />
7+ <tab type =" topics" visible =" yes" title =" API Reference" intro =" " />
8+ <tab type =" pages" visible =" yes" title =" Guides" intro =" " />
9+ </navindex >
10+ </doxygenlayout >
You can’t perform that action at this time.
0 commit comments