I would like to remove the Property Documention sections from my doc. This is NOT a conditional setting or something I can do with REPEAT_BRIEF or any flags I have been able to find. Since I only have sort descriptions for class properties, it is redundant to have them show up twice. Turning off the BRIEF_MEMBER_DESC and REPEAT_BRIEF gives me the exact opposite of what I want (which is to just see the Brief descriptions in the "Properties" section of the output. This is normally follwed by the "Detailed Description" sub-section, and then the "Property Documentation" sub-section.
As far as I can tell there is no way to turn off either of the two sub-sections. Other people have asked about this and been told to use @if and @cond, but that is used to stop output for a particular item, not Document output sub-sections.
I am using the LaTex output to generate my PDF. Sure I can go in and hand-edit the .tex files, but then what's the point of using an auto-documentation tool like doxygen.
So is there a way to turn off these sections (think of it as selecting the level of detail for your doc)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to remove the Property Documention sections from my doc. This is NOT a conditional setting or something I can do with REPEAT_BRIEF or any flags I have been able to find. Since I only have sort descriptions for class properties, it is redundant to have them show up twice. Turning off the BRIEF_MEMBER_DESC and REPEAT_BRIEF gives me the exact opposite of what I want (which is to just see the Brief descriptions in the "Properties" section of the output. This is normally follwed by the "Detailed Description" sub-section, and then the "Property Documentation" sub-section.
As far as I can tell there is no way to turn off either of the two sub-sections. Other people have asked about this and been told to use @if and @cond, but that is used to stop output for a particular item, not Document output sub-sections.
I am using the LaTex output to generate my PDF. Sure I can go in and hand-edit the .tex files, but then what's the point of using an auto-documentation tool like doxygen.
So is there a way to turn off these sections (think of it as selecting the level of detail for your doc)?