API: Remove legacy vlibsocket code.
[vpp.git] / doxygen / Makefile
index b6ba588..3250487 100644 (file)
@@ -50,11 +50,9 @@ DOXY_SRC_DIRECTORIES = \
        $(DOXY_SRC)/vlib \
        $(DOXY_SRC)/vlibapi \
        $(DOXY_SRC)/vlibmemory \
-       $(DOXY_SRC)/vlibsocket \
        $(DOXY_SRC)/vnet \
        $(DOXY_SRC)/vpp \
        $(DOXY_SRC)/vpp-api \
-       $(DOXY_SRC)/uri \
        $(DOXY_SRC)/examples
 
 # Input directories and files
@@ -62,7 +60,8 @@ DOXY_INPUT ?= \
        $(wildcard $(WS_ROOT)/*.md) \
        $(wildcard $(DOXY_DIR)/*.md) \
        $(DOXY_SRC_DIRECTORIES) \
-       $(DOXY_SRC)/plugins
+       $(DOXY_SRC)/plugins \
+       extras
 
 # Strip leading workspace path from input names
 DOXY_INPUT := $(subst $(WS_ROOT)/,,$(DOXY_INPUT))
@@ -73,7 +72,6 @@ DOXY_INPUT := $(subst $(WS_ROOT)/,,$(DOXY_INPUT))
 # there's a DPDK equivalent that conflicts.
 # These must be left-anchored paths for the regexp below to work.
 DOXY_EXCLUDE ?= \
-       $(DOXY_SRC)/vlib/buffer.c \
        $(DOXY_SRC)/vpp-api/lua
 
 # Generate a regexp for filenames to exclude