ygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] Period after sentence in brief description
I would agree that you'd want both cases to produce the exact same
documentation. I also noticed different results with and without the trailing
period with JAVA_AUTOBRIEF set to YES, with res
: Thursday, February 28, 2013 12:33 AM
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] Period after sentence in brief description
I'm using Doxygen 1.8.3.1 with JAVADOC_AUTOBRIEF = YES. Other settings are
default.
typedef struct{
int8_t member1; /**< Brief description
I'm using Doxygen 1.8.3.1 with JAVADOC_AUTOBRIEF = YES. Other settings are
default.
typedef struct{
int8_t member1; /**< Brief description of the member */
int8_t member2; /**< Brief description of the member. */
}object1_t
Doxygen produces different (HTML) output, if there is a period