boostorg / boostorg/docca

very confused output, and unsure why

Open
#135 4 comments 0 reactions 1 assignee Claimed by @evanlenz View on GitHub
Dominant language
Python
Stars
20
Forks
25
PR merge metrics
No merged PRs in 30d

Description

In this branch:
https://github.com/vinniefalco/url/tree/docca

Some very weird things are happening. For example here is the member declaration for `userinfo()`:
https://github.com/vinniefalco/url/blob/4a8df7369af8946a56ee8ff88b599b4cc5b3c544/include/boost/url/url_view_base.hpp#L633

And yet it is being rendered as a static member:
![image](https://user-images.githubusercontent.com/1503976/189540112-7982ca87-ba84-450d-8780-3180176d9cda.png)

And a regular member:
![image](https://user-images.githubusercontent.com/1503976/189540133-cbbc5c8d-65c4-4370-b2ce-afd120db70f7.png)

Something similar is happening to `string_view_base`. These operators are declared as friends (free functions):
https://github.com/vinniefalco/url/blob/4a8df7369af8946a56ee8ff88b599b4cc5b3c544/include/boost/url/grammar/string_view_base.hpp#L783

But they are showing up as static members, protected DATA members, and regular members at the same time (lol)!
![image](https://user-images.githubusercontent.com/1503976/189540222-2ee9d100-b6b9-489e-81d3-e86e164f7f6b.png)

![image](https://user-images.githubusercontent.com/1503976/189540224-4271fce9-1149-4f25-ad3a-2d1188d8d1b2.png)

![image](https://user-images.githubusercontent.com/1503976/189540220-754eacfa-9409-46ee-bac3-f5d6c172b972.png)

Something ain't right :)

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.