Signed-off-by: Mike Holmes <[email protected]> --- doc/doxygen.cfg | 2 +- doc/odp.dox | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 213a903..f28ec24 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -28,7 +28,7 @@ CLASS_DIAGRAMS = NO HAVE_DOT = YES CALL_GRAPH = YES DOT_MULTI_TARGETS = NO -EXAMPLE_PATH = $(SRCDIR)/example $(SRCDIR)/platform +EXAMPLE_PATH = $(SRCDIR)/example $(SRCDIR)/platform $(SRCDIR) EXAMPLE_PATTERNS = *.c EXAMPLE_RECURSIVE = YES IMAGE_PATH = $(SRCDIR)/doc/images diff --git a/doc/odp.dox b/doc/odp.dox index 0a3bc73..d031f85 100644 --- a/doc/odp.dox +++ b/doc/odp.dox @@ -41,3 +41,12 @@ * - Bug tracking is https://bugs.linaro.org/buglist.cgi?product=OpenDataPlane * */ + +/**@page contributing Contributing Guide Lines + * @verbinclude CONTRIBUTING + */ + +/**@page dependencies Dependencies Build Guide + * @verbinclude DEPENDENCIES + */ + -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
