You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*!
\return If class is true.
*/
bool is_true() volatile;
};
Then the 'volatile' part is not converted to an xml attribute for the resulting 'memberdef' for 'is_true' in the xml output. It does appear in the 'argsstring' property for the 'memberdef'. This might be deliberate but I'm not sure why.
We currently have a work around for it using the argsstring for the Breathe project.
My confusion is partly because the 'xsd' for the xml output describe the 'memberdef' has having a 'volatile' DoxBool attribute.
On 2014-08-08 12:34:00 +0000, Dimitri van Heesch wrote:
Confirmed, the attribute should have been present.
Should be fixed in the next GIT update.
On 2014-08-21 17:15:09 +0000, Dimitri van Heesch wrote:
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferrably in the form of a self-contained example).
status RESOLVED severity normal in component general for ---
Reported in version 1.8.7-GIT on platform Other
Assigned to: Dimitri van Heesch
On 2014-07-20 12:28:29 +0000, m.pricejones@gmail.com wrote:
On 2014-07-20 12:31:55 +0000, m.pricejones@gmail.com wrote:
On 2014-08-08 12:34:00 +0000, Dimitri van Heesch wrote:
On 2014-08-21 17:15:09 +0000, Dimitri van Heesch wrote:
On 2014-08-28 16:17:08 +0000, m.pricejones@gmail.com wrote:
The text was updated successfully, but these errors were encountered: