boostorg / boostorg/docca

using type declaration output as member function

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
20
Forks
25
PR merge metrics
No merged PRs in 30d

Description

A nested "using" statement which declares a type is instead listed as a member function.
Example:
```
class params
{
public:
/** A reference to an element.
*/
/**@{*/
struct reference
{
};
using const_reference = reference;
/**@}*/
};
```

Note how `const_reference` is in the Member Functions:

![image](https://user-images.githubusercontent.com/1503976/136493415-74138e42-217c-45f7-ac80-d6d92eba5422.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.