How do I handle overloaded functions? #903
Unanswered
LiliumAtratum
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@LiliumAtratum I believe you can specify the full type to the From memory, the exact syntax reported as potential candidates should work, but it's been a while since I last checked this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Almost a year later, still hoping to find a solution to this... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for an answer, but I couldn't find one in the documentation.
I have two functions like this:
I would like to include both of those functions in my documentation with the least amount of effort. Currently I just have:
but this gives me a warning, that it doesn't know which version of the function I want to include (I want both, in any order).
When looking in the documentation for this, all I could find is this weird "Test Pages / Doxygen Test Suite" page that kind-of shows that it may be possible, but does not explain how to achieve it. I tried looking in the sources for this particular section, but it left me even more confused. All I found this this:
So, how do I use it?
Beta Was this translation helpful? Give feedback.
All reactions