Skip to content

Commit c7c04ad

Browse files
committed
Add doxygen configuration (fhessel#7)
1 parent cc92a79 commit c7c04ad

File tree

4 files changed

+2504
-0
lines changed

4 files changed

+2504
-0
lines changed

Diff for: .editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ insert_final_newline = true
66
charset = utf-8
77
indent_style = space
88
indent_size = 2
9+
10+
[Makefile]
11+
indent_style = tab

Diff for: Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
doc:
2+
"$(MAKE)" -BC extras doc

Diff for: extras/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.PHONY: doc
2+
doc:
3+
doxygen esp32_https_server.doxyfile

0 commit comments

Comments
 (0)