Message ID | 1412257038-14500-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | b3a061c9eb367ea7a1efafee066f73455189977e |
Headers | show |
ping On 2 October 2014 09:37, Mike Holmes <mike.holmes@linaro.org> wrote: > ipsec has an exemption from inclusion in the documentation > due to its complexity. > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > doc/doxygen.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg > index a77ae1e..0ef1e41 100644 > --- a/doc/doxygen.cfg > +++ b/doc/doxygen.cfg > @@ -9,7 +9,7 @@ TYPEDEF_HIDES_STRUCT = YES > EXTRACT_STATIC = YES > SORT_MEMBER_DOCS = NO > WARN_NO_PARAMDOC = YES > -INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api > $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example > +INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api > $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet > $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator > $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer > FILE_PATTERNS = odp*.h odp*.c *.dox > RECURSIVE = YES > SOURCE_BROWSER = YES > -- > 1.9.1 > >
Merged! Maxim. On 10/07/2014 09:05 PM, Mike Holmes wrote: > ping > > On 2 October 2014 09:37, Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> wrote: > > ipsec has an exemption from inclusion in the documentation > due to its complexity. > Signed-off-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > --- > doc/doxygen.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg > index a77ae1e..0ef1e41 100644 > --- a/doc/doxygen.cfg > +++ b/doc/doxygen.cfg > @@ -9,7 +9,7 @@ TYPEDEF_HIDES_STRUCT = YES > EXTRACT_STATIC = YES > SORT_MEMBER_DOCS = NO > WARN_NO_PARAMDOC = YES > -INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api > $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example > +INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api > $(DOCDIR)/api_headers $(SRCDIR)/helper/include > $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd > $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example > $(SRCDIR)/example/timer > FILE_PATTERNS = odp*.h odp*.c *.dox > RECURSIVE = YES > SOURCE_BROWSER = YES > -- > 1.9.1 > > > > > -- > *Mike Holmes* > Linaro Sr Technical Manager > LNG - ODP > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index a77ae1e..0ef1e41 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -9,7 +9,7 @@ TYPEDEF_HIDES_STRUCT = YES EXTRACT_STATIC = YES SORT_MEMBER_DOCS = NO WARN_NO_PARAMDOC = YES -INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example +INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer FILE_PATTERNS = odp*.h odp*.c *.dox RECURSIVE = YES SOURCE_BROWSER = YES
ipsec has an exemption from inclusion in the documentation due to its complexity. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- doc/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)