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 after the single 
sentence in brief description.

In first case additional documentation for the menber1 is not generated.
In second case there is a period after the sentence. Doxygen generates a link 
"more..." and additional documentation for the member1. Although there is no 
detailed description.

Is this behavior intended?

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to