On Fri, Sep 25, 2015 at 9:18 AM, <
dox...@li...> wrote:
>
> Date: Wed, 23 Sep 2015 16:59:13 -0700
> From: "Monique Semp" <mon...@ea...>
> Subject: [Doxygen-users] any workaround - to get a function into
> multiple groups ?
>
> And definitely, from the user-perspective, it?s very logical to have a
> function that ?belongs? in multiple groups. For example, I have some
> communications functions for async client, sync client, async server, and
> sync server. And so I have these four groups. But for example, some
> functions apply to both the sync client and the sync server, and so I
> certainly want to include the functions in both groups.
>
I don't know of a way to do this short of pre and post processing.
However, my alternate approach would be provide extra groups for the common
functions:
* Common
* Client
* Common
* Async
* Sync
* Server
* Common
* Async
* Sync
Or what ever hierarchy makes sense for your project.
|