We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc92a79 commit c7c04adCopy full SHA for c7c04ad
4 files changed
.editorconfig
@@ -6,3 +6,6 @@ insert_final_newline = true
6
charset = utf-8
7
indent_style = space
8
indent_size = 2
9
+
10
+[Makefile]
11
+indent_style = tab
Makefile
@@ -0,0 +1,2 @@
1
+doc:
2
+ "$(MAKE)" -BC extras doc
extras/Makefile
@@ -0,0 +1,3 @@
+.PHONY: doc
3
+ doxygen esp32_https_server.doxyfile
0 commit comments