M
M
Maxim Kuprashevich2015-08-17 13:59:29
C++ / C#
Maxim Kuprashevich, 2015-08-17 13:59:29

How to correctly handle defines in doxygen?

Greetings. I have a class
class A Q_DECL_FINAL: public QThread
problem is that when generating diagrams and documentation, doxygen takes Q_DECL_FINAL as the class name, and I can’t get it off of this. How to get around? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mak Alexey, 2015-08-18
@UndeadDragon

class A /** @cond */ Q_DECL_FINAL /** @endcond */ : public QThread

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question