more than one grouped free functions doesn't render
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Domain
- documentation
Research direction
Start by reproducing the supplied C++ example in docca and inspect the generated documentation for both grouped blocks. Compare it with the behavior when the second group markers are removed. Done means the second function in each group renders its associated Javadoc.
Written by the indexing model from the issue text.
Description
If you group 2 friends, it works. But if you try to group another 2 friends, it stops working.
struct T {
friend void f1a();
friend void f1b();
friend void f2a();
friend void f2b();
friend void f3a();
friend void f3b();
};
///@{
/** First group
*/
void f1a();
void f1b();
///@}
///@{
/** Second group
*/
void f2a();
void f2b();
///@}
/** Third single function
*/
void f3a();
/** Third single function
*/
void f3b();
Result: The 2nd element of each group doesn't have a javadoc. If you remove the 2nd group markings, then the 2nd element of the first group renders. If you can't repro this I can show you in the actual library where it happens, in case it is contextual.
- Dominant language
- Python
- Stars
- 20
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/docca
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Similar issues
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
Difficulty 1/5 Under an hour Newbie friendliness 92/100
NousResearch/hermes-agent#118866 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100