diff mbox

doc: doxygen.cfg: remove odp_example

Message ID 1419960949-30310-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit a34340c321de4705b2a3851b8905ddcee475347c
Headers show

Commit Message

Mike Holmes Dec. 30, 2014, 5:35 p.m. UTC
odp_example has been moved to test/performance and is no longer an
example

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/doxygen.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Uvarov Dec. 31, 2014, 8 a.m. UTC | #1
Reviewed-by: Maxim Uvarov <maxim.uvarov@linaro.org>

Maxim.

On 12/30/2014 08:35 PM, Mike Holmes wrote:
> odp_example has been moved to test/performance and is no longer an
> example
>
> 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 050c94a..ff7c278 100644
> --- a/doc/doxygen.cfg
> +++ b/doc/doxygen.cfg
> @@ -10,7 +10,7 @@ TYPEDEF_HIDES_STRUCT = YES
>   EXTRACT_STATIC = YES
>   SORT_MEMBER_DOCS = NO
>   WARN_NO_PARAMDOC = YES
> -INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer
> +INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/timer
>   FILE_PATTERNS = odp*.h odp*.c *.dox
>   RECURSIVE = YES
>   SOURCE_BROWSER = YES
Mike Holmes Jan. 5, 2015, 6:10 p.m. UTC | #2
Applied

On 31 December 2014 at 03:00, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Reviewed-by: Maxim Uvarov <maxim.uvarov@linaro.org>
>
> Maxim.
>
>
> On 12/30/2014 08:35 PM, Mike Holmes wrote:
>
>> odp_example has been moved to test/performance and is no longer an
>> example
>>
>> 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 050c94a..ff7c278 100644
>> --- a/doc/doxygen.cfg
>> +++ b/doc/doxygen.cfg
>> @@ -10,7 +10,7 @@ TYPEDEF_HIDES_STRUCT = YES
>>   EXTRACT_STATIC = YES
>>   SORT_MEMBER_DOCS = NO
>>   WARN_NO_PARAMDOC = YES
>> -INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers
>> $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd
>> $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example
>> $(SRCDIR)/example/timer
>> +INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers
>> $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd
>> $(SRCDIR)/example/generator $(SRCDIR)/example/timer
>>   FILE_PATTERNS = odp*.h odp*.c *.dox
>>   RECURSIVE = YES
>>   SOURCE_BROWSER = YES
>>
>
>
> _______________________________________________
> 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 050c94a..ff7c278 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -10,7 +10,7 @@  TYPEDEF_HIDES_STRUCT = YES
 EXTRACT_STATIC = YES
 SORT_MEMBER_DOCS = NO
 WARN_NO_PARAMDOC = YES
-INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer
+INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/timer
 FILE_PATTERNS = odp*.h odp*.c *.dox
 RECURSIVE = YES
 SOURCE_BROWSER = YES