+ *
+ * Define Name: |
+ * Location: |
+ * Description: |
+ *
+ *
+ * DEVICE_IP_ADDRESS |
+ * Webserver.h |
+ * IP address that the webserver should use when connected to a RNDIS device. |
+ *
+ *
+ * DEVICE_NETMASK |
+ * Webserver.h |
+ * Netmask that the webserver should use when connected to a RNDIS device. |
+ *
+ *
+ * DEVICE_GATEWAY |
+ * Webserver.h |
+ * Default routing gateway that the webserver should use when connected to a RNDIS device. |
+ *
+ *
+ */
\ No newline at end of file
diff --git a/Projects/XPLAINBridge/Doxygen.conf b/Projects/XPLAINBridge/Doxygen.conf
index 39a3978a3f..c84f3831f8 100644
--- a/Projects/XPLAINBridge/Doxygen.conf
+++ b/Projects/XPLAINBridge/Doxygen.conf
@@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = */LowLevel/USBMode.h
+EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
diff --git a/Projects/makefile b/Projects/makefile
index 8bde28991a..47f36ee88e 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -35,6 +35,9 @@ all:
make -C USBtoSerial clean
make -C USBtoSerial all
+ make -C Webserver clean
+ make -C Webserver all
+
make -C XPLAINBridge clean
make -C XPLAINBridge all
@@ -46,4 +49,5 @@ all:
make -C MissileLauncher $@
make -C TemperatureDataLogger $@
make -C USBtoSerial $@
+ make -C Webserver $@
make -C XPLAINBridge $@