diff mbox

doc: remove example/ipsec from doxygen

Message ID 1412257038-14500-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit b3a061c9eb367ea7a1efafee066f73455189977e
Headers show

Commit Message

Mike Holmes Oct. 2, 2014, 1:37 p.m. UTC
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(-)

Comments

Mike Holmes Oct. 7, 2014, 5:05 p.m. UTC | #1
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
>
>
Maxim Uvarov Oct. 8, 2014, 4:49 p.m. UTC | #2
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 mbox

Patch

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