[dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__

2013-11-07 Thread Thomas Monjalon
07/11/2013 10:27, Olivier MATZ : > I think you should provide a pointer to the doxygen documentation > in the commit log to explain the modification. Maybe this one is > appropriate: > http://www.stack.nl/~dimitri/doxygen/manual/preprocessing.html > > About the patch itself, it looks good to me.

[dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__

2013-11-07 Thread Olivier MATZ
> > Ignore __attribute__ because it was wrongly parsed as an identifier. > > What about prefixing the title by "doc: " and remove the dot at the > end of the line ? Sorry, please ignore my first comment, it was not the title...

[dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__

2013-11-07 Thread Olivier MATZ
Hi Thomas, > Ignore __attribute__ because it was wrongly parsed as an identifier. > > Signed-off-by: Thomas Monjalon What about prefixing the title by "doc: " and remove the dot at the end of the line ? > --- a/doc/doxy-api.conf > +++ b/doc/doxy-api.conf > @@ -47,9 +47,13 @@ INPUT

[dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__

2013-11-05 Thread Thomas Monjalon
Ignore __attribute__ because it was wrongly parsed as an identifier. Signed-off-by: Thomas Monjalon --- doc/doxy-api.conf |4 1 file changed, 4 insertions(+) diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 7ea692a..749db78 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf