Signed-off-by: Mike Holmes <[email protected]> --- This drops the DEPENDENCIES so I have submitted it as a new patch and changed the subject.
doc/doxygen.cfg | 2 +- doc/odp.dox | 4 ++++ 2 files changed, 5 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..0bff5ad 100644 --- a/doc/odp.dox +++ b/doc/odp.dox @@ -41,3 +41,7 @@ * - Bug tracking is https://bugs.linaro.org/buglist.cgi?product=OpenDataPlane * */ + +/**@page contributing Contributing Guide Lines + * @verbinclude CONTRIBUTING + */ -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
