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
When having an anonymous struct, the `More ...` in the detailed description points to a non existing page and anchor. We can see this with e.g.:
```
/// \file
class test {
public:
struct {
double s2_time; //!< \brief brief time in secs
//!< \details details time in secs
} s2_temp;
};
```
the correction is analogous to the correction for writing the name.
0 commit comments