Upgrade to 3.2.0
[platform/upstream/libwebsockets.git] / libwebsockets.dox
index e100285..15bd4e8 100644 (file)
@@ -7,7 +7,7 @@ DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = "libwebsockets"
 PROJECT_NUMBER         =
 PROJECT_BRIEF          = "Lightweight C library for HTML5 websockets"
-PROJECT_LOGO           = "./test-server/libwebsockets.org-logo.png"
+PROJECT_LOGO           = "./test-apps/libwebsockets.org-logo.svg"
 OUTPUT_DIRECTORY       = "doc"
 CREATE_SUBDIRS         = NO
 ALLOW_UNICODE_NAMES    = NO
@@ -101,9 +101,66 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # Configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = lib/libwebsockets.h mainpage.md README.build.md README.problems.md README.lwsws.md README.coding.md README.generic-sessions.md README.generic-table.md README.test-apps.md doc-assets 
+INPUT                  = include/libwebsockets.h \
+                        include/libwebsockets/lws-adopt.h \
+                        include/libwebsockets/lws-callbacks.h \
+                        include/libwebsockets/lws-cgi.h \
+                        include/libwebsockets/lws-client.h \
+                        include/libwebsockets/lws-context-vhost.h \
+                        include/libwebsockets/lws-dbus.h \
+                        include/libwebsockets/lws-diskcache.h \
+                        include/libwebsockets/lws-esp32.h \
+                        include/libwebsockets/lws-fts.h \
+                        include/libwebsockets/lws-genhash.h \
+                        include/libwebsockets/lws-genrsa.h \
+                        include/libwebsockets/lws-http.h \
+                        include/libwebsockets/lws-jwk.h \
+                        include/libwebsockets/lws-jws.h \
+                        include/libwebsockets/lws-lejp.h \
+                        include/libwebsockets/lws-logs.h \
+                        include/libwebsockets/lws-lwsac.h \
+                        include/libwebsockets/lws-misc.h \
+                        include/libwebsockets/lws-network-helper.h \
+                        include/libwebsockets/lws-plugin-generic-sessions.h \
+                        include/libwebsockets/lws-protocols-plugins.h \
+                        include/libwebsockets/lws-purify.h \
+                        include/libwebsockets/lws-ring.h \
+                        include/libwebsockets/lws-service.h \
+                        include/libwebsockets/lws-sha1-base64.h \
+                        include/libwebsockets/lws-spa.h \
+                        include/libwebsockets/lws-stats.h \
+                        include/libwebsockets/lws-threadpool.h \
+                        include/libwebsockets/lws-timeout-timer.h \
+                        include/libwebsockets/lws-tokenize.h \
+                        include/libwebsockets/lws-vfs.h \
+                        include/libwebsockets/lws-write.h \
+                        include/libwebsockets/lws-writeable.h \
+                        include/libwebsockets/lws-ws-close.h \
+                        include/libwebsockets/lws-ws-ext.h \
+                        include/libwebsockets/lws-ws-state.h \
+                        include/libwebsockets/lws-x509.h \
+                        plugins/ssh-base/include/lws-plugin-ssh.h \
+                        ./READMEs/mainpage.md \
+                        ./READMEs/README.build.md \
+                        ./READMEs/README.ci.md \
+                        ./READMEs/README.content-security-policy.md \
+                        ./READMEs/README.contributing.md \
+                        ./READMEs/README.http-fallback.md \
+                        ./READMEs/README.release-policy.md \
+                        ./READMEs/README.unix-domain-reverse-proxy.md \
+                        ./READMEs/README.vulnerability-reporting.md \
+                        ./READMEs/README.problems.md \
+                        ./READMEs/README.lwsws.md \
+                        ./READMEs/README.coding.md \
+                        ./READMEs/README.esp32.md \
+                        ./READMEs/README.generic-sessions.md \
+                        ./READMEs/README.generic-table.md \
+                        ./READMEs/README.test-apps.md \
+                        ./READMEs/README-plugin-sshd-base.md \
+                        ./READMEs/README.plugin-acme.md \
+                        ./doc-assets 
 INPUT_ENCODING         = UTF-8
-FILE_PATTERNS          = lib/*.c *.md *.png
+FILE_PATTERNS          = lib/*.c *.md *.png include/*.h
 RECURSIVE              = NO
 EXCLUDE                =
 EXCLUDE_SYMLINKS       = NO
@@ -259,11 +316,11 @@ PERLMOD_MAKEVAR_PREFIX =
 #---------------------------------------------------------------------------
 # Configuration options related to the preprocessor
 #---------------------------------------------------------------------------
-ENABLE_PREPROCESSING   = NO
+ENABLE_PREPROCESSING   = YES
 MACRO_EXPANSION        = NO
 EXPAND_ONLY_PREDEF     = NO
 SEARCH_INCLUDES        = YES
-INCLUDE_PATH           =
+INCLUDE_PATH           = ./include
 INCLUDE_FILE_PATTERNS  =
 PREDEFINED             =
 EXPAND_AS_DEFINED      =