DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: disable doxygen member sorting
@ 2015-04-29 10:47 John McNamara
  2015-04-29 10:51 ` Mcnamara, John
  0 siblings, 1 reply; 5+ messages in thread
From: John McNamara @ 2015-04-29 10:47 UTC (permalink / raw)
  To: dev

Disabled the doxygen option to sort member data so that functions
and struct memebers are listed in order of definition in the
brief and main sections.

Previously they were sorted in the brief section and were in
definition order in the main section.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 doc/api/doxy-api.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf
index da03e9b..50d2c15 100644
--- a/doc/api/doxy-api.conf
+++ b/doc/api/doxy-api.conf
@@ -77,3 +77,4 @@ ALPHABETICAL_INDEX      = NO
 HTML_TIMESTAMP          = NO
 HTML_DYNAMIC_SECTIONS   = YES
 SEARCHENGINE            = NO
+SORT_MEMBER_DOCS        = NO
-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
  2015-04-29 10:47 [dpdk-dev] [PATCH] doc: disable doxygen member sorting John McNamara
@ 2015-04-29 10:51 ` Mcnamara, John
  2015-04-29 13:55   ` Butler, Siobhan A
  0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2015-04-29 10:51 UTC (permalink / raw)
  To: dev

> -----Original Message-----
> From: Mcnamara, John
> Sent: Wednesday, April 29, 2015 11:48 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John
> Subject: [PATCH] doc: disable doxygen member sorting
> 
> Disabled the doxygen option to sort member data so that functions and
> struct memebers are listed in order of definition in the brief and main
> sections.



See for example:

    http://dpdk.org/doc/api/structlcore__config.html

The first listed member is "unsigned detected" but the first documented member is "void* volatile arg".

John.
-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
  2015-04-29 10:51 ` Mcnamara, John
@ 2015-04-29 13:55   ` Butler, Siobhan A
  2015-04-29 15:52     ` Jayakumar, Muthurajan
  2015-04-29 16:40     ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Butler, Siobhan A @ 2015-04-29 13:55 UTC (permalink / raw)
  To: Mcnamara, John, dev

Thanks for making this change John - it helps with readability
Siobhan 

Acked-by Siobhan Butler <siobhan.a.butler@intel.com>

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Wednesday, April 29, 2015 11:52 AM
> To: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
> 
> > -----Original Message-----
> > From: Mcnamara, John
> > Sent: Wednesday, April 29, 2015 11:48 AM
> > To: dev@dpdk.org
> > Cc: Mcnamara, John
> > Subject: [PATCH] doc: disable doxygen member sorting
> >
> > Disabled the doxygen option to sort member data so that functions and
> > struct memebers are listed in order of definition in the brief and
> > main sections.
> 
> 
> 
> See for example:
> 
>     http://dpdk.org/doc/api/structlcore__config.html
> 
> The first listed member is "unsigned detected" but the first documented
> member is "void* volatile arg".
> 
> John.
> --
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
  2015-04-29 13:55   ` Butler, Siobhan A
@ 2015-04-29 15:52     ` Jayakumar, Muthurajan
  2015-04-29 16:40     ` Thomas Monjalon
  1 sibling, 0 replies; 5+ messages in thread
From: Jayakumar, Muthurajan @ 2015-04-29 15:52 UTC (permalink / raw)
  To: Butler, Siobhan A, Mcnamara, John, dev

Thanks for making this.
Acked 

Thanks 
M Jay
http://dpdk.readthedocs.org/en/latest/

-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Butler, Siobhan A
Sent: Wednesday, April 29, 2015 6:56 AM
To: Mcnamara, John; dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting

Thanks for making this change John - it helps with readability Siobhan 

Acked-by Siobhan Butler <siobhan.a.butler@intel.com>

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Wednesday, April 29, 2015 11:52 AM
> To: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
> 
> > -----Original Message-----
> > From: Mcnamara, John
> > Sent: Wednesday, April 29, 2015 11:48 AM
> > To: dev@dpdk.org
> > Cc: Mcnamara, John
> > Subject: [PATCH] doc: disable doxygen member sorting
> >
> > Disabled the doxygen option to sort member data so that functions 
> > and struct memebers are listed in order of definition in the brief 
> > and main sections.
> 
> 
> 
> See for example:
> 
>     http://dpdk.org/doc/api/structlcore__config.html
> 
> The first listed member is "unsigned detected" but the first 
> documented member is "void* volatile arg".
> 
> John.
> --
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting
  2015-04-29 13:55   ` Butler, Siobhan A
  2015-04-29 15:52     ` Jayakumar, Muthurajan
@ 2015-04-29 16:40     ` Thomas Monjalon
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2015-04-29 16:40 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: dev

> > > Disabled the doxygen option to sort member data so that functions and
> > > struct memebers are listed in order of definition in the brief and
> > > main sections.
> > 
> > See for example:
> > 
> >     http://dpdk.org/doc/api/structlcore__config.html
> > 
> > The first listed member is "unsigned detected" but the first documented
> > member is "void* volatile arg".
> > 
> > John.
> 
> Thanks for making this change John - it helps with readability
> Siobhan 
> 
> Acked-by Siobhan Butler <siobhan.a.butler@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-29 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 10:47 [dpdk-dev] [PATCH] doc: disable doxygen member sorting John McNamara
2015-04-29 10:51 ` Mcnamara, John
2015-04-29 13:55   ` Butler, Siobhan A
2015-04-29 15:52     ` Jayakumar, Muthurajan
2015-04-29 16:40     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).