diff options
author | Chris Luke <chrisy@flirble.org> | 2016-09-14 12:42:54 -0400 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-09-14 18:03:31 +0000 |
commit | 0f53393c82c8c21f6977749e1e9501232fcf8371 (patch) | |
tree | 7c8e955e9759dd62006c2703cf17776aa63a0977 /doxygen/Makefile | |
parent | 1a30f381925192ef68c7377a6c2168f8f60eb33e (diff) |
Add structure to some of the documentation; VPP-223
Moves the random .md files into a config examples tree
Change-Id: If423b82f1047f1c84f90876a786313054b5f7c77
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r-- | doxygen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile index f62fa7661ab..aa50e585eed 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -31,6 +31,7 @@ DOXY_DIR ?= $(WS_ROOT)/doxygen # Input directories and files DOXY_INPUT ?= \ README.md \ + doxygen/user_doc.md \ vppinfra \ svm \ vlib \ |