Search found 4 matches

by kyeast
Tue Sep 08 2020 11:11 am
Forum: User Support
Topic: [C++] Creating a link to a function inside namespace
Replies: 4
Views: 8936

Re: [C++] Creating a link to a function inside namespace

Thanks for your reply. I resolved my issue by adding namespace documentation and the links started to work. I didn't have prior experience with Doxygen so I didn't know about that. Maybe the documentation for \namespace command could contain information that links to symbols in namespaces don't work...
by kyeast
Thu Sep 03 2020 11:45 am
Forum: User Support
Topic: [C++] Creating a link to a function inside namespace
Replies: 4
Views: 8936

Re: [C++] Creating a link to a function inside namespace

I was thinking about @namespace command issue and it's not clear where namespace documentation should be located as the namespace can possibly be spread across many files. So a separate file for namespace documentation could be a valid solution, of course with the downside of doubling symbol names. ...
by kyeast
Thu Sep 03 2020 11:25 am
Forum: User Support
Topic: [C++] Creating a link to a function inside namespace
Replies: 4
Views: 8936

Re: [C++] Creating a link to a function inside namespace

OK, so I was trying to find the problem and it seems that the issue is that there must be also available a documentation for "enclosing entity" to make it work. So for free functions without namespaces there must be documenation for the containing file (@file) and for a function inside nam...
by kyeast
Wed Sep 02 2020 7:08 pm
Forum: User Support
Topic: [C++] Creating a link to a function inside namespace
Replies: 4
Views: 8936

[C++] Creating a link to a function inside namespace

Hi, I can't get links to functions inside namespaces to work. Other symbols (classes inside namespaces, global functions) cause no problems. I've read the docs about links (https://www.copperspice.com/docs/doxypress/topic-autolink.html), however I couldn't find there specific examples about namespac...