How to use QDoc to connect classes defined by MACROS?
Unsolved
Qt Creator and other tools
-
I cannot use the "\ class abcd" command to connect the abcd class defined with the macro.
eg:
#define MYCLASS(l) class l{};
MYCLASS(abcd)![Y)VY6W6YUS5$)]91G0AR](O.png](https://ddgobkiprc33d.cloudfront.net/ec290d6b-8fdd-47ad-9476-5126890688b2.png)
![RY033XH]~$6X1J1TONESNCK.png](https://ddgobkiprc33d.cloudfront.net/e3f5c8ce-b04c-42d9-ac55-25ebc86db1f2.png) -
Out of curiosity, why are you using macros to create classes ?