diff mbox

doc: publish contributing text

Message ID 1438279593-28740-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit a4cb85e1e99ec8416402bc13ad48bcb478299d9c
Headers show

Commit Message

Mike Holmes July 30, 2015, 6:06 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
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(-)

Comments

Maxim Uvarov July 31, 2015, 9:19 a.m. UTC | #1
Merged,

that should be patch v2 :)

Maxim.

On 07/30/15 21:06, Mike Holmes wrote:
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
> ---
> 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
> + */
Mike Holmes July 31, 2015, 10:43 a.m. UTC | #2
On 31 July 2015 at 05:19, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Merged,
>
> that should be patch v2 :)
>

I debated that but it had to have a new subject and contained only 1/2 the
content


>
> Maxim.
>
>
> On 07/30/15 21:06, Mike Holmes wrote:
>
>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>> ---
>> 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
>> + */
>>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
diff mbox

Patch

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
+ */