Re: any workaround - to get a function into multiple groups ?

Ron W <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <CAHWyCX4KJSUh3jVOwX9zGXgDY3WDFh+_Ri8sZwM+6r3dG9ATaA@mail.gmail.com>
On Fri, Sep 25, 2015 at 9:18 AM, <
[email protected]> wrote:
>
> Date: Wed, 23 Sep 2015 16:59:13 -0700
> From: "Monique Semp" <[email protected]>
> 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.

------------------------------------------------------------------------------

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.