forked from qt-creator/qt-creator
CPlusPlus: Inline more simple Type related functions
Change-Id: I2103e8047b385b438e58072e8a2689f1889d2724 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -205,7 +205,7 @@ QString DoxygenGenerator::generate(QTextCursor cursor, DeclarationAST *decl)
|
||||
}
|
||||
if (funcDecltr->symbol
|
||||
&& funcDecltr->symbol->returnType().type()
|
||||
&& !funcDecltr->symbol->returnType()->isVoidType()
|
||||
&& !funcDecltr->symbol->returnType()->asVoidType()
|
||||
&& !funcDecltr->symbol->returnType()->isUndefinedType()) {
|
||||
writeContinuation(&comment);
|
||||
writeCommand(&comment, ReturnCommand);
|
||||
|
||||
Reference in New Issue
Block a user