[Doxygen-users] overloaded C++ functions - any way to consolidate ?
Brought to you by:
dimitri
From: Monique S. <mon...@ea...> - 2015-08-03 18:40:27
|
Hello, Doxygen users, I’m using Doxygen 1.8.10, and would like to explore consolidating the documentation for overloaded functions. What I’m after is output that would be similar to how the cplusplus.com site documents things; for example, http://www.cplusplus.com/reference/string/string/assign/. I know how to use groups, but that would still create separate output for every overload instance, and I’d like to streamline the documentation by consolidating the overloaded functions. This seems like a common use-case for documentation, so I’m hoping that this is something that Doxygen supports. I’ve typically used Doxygen for C code (and set the configuration options to best support C), not C++, so my apologies if this is easy and I’ve just missed the applicable config file options. Thanks for your help, -Monique |