diff options
Diffstat (limited to 'tools/qdoc3/yyindent.cpp')
-rw-r--r-- | tools/qdoc3/yyindent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/yyindent.cpp b/tools/qdoc3/yyindent.cpp index c744b47..792d0c0 100644 --- a/tools/qdoc3/yyindent.cpp +++ b/tools/qdoc3/yyindent.cpp @@ -719,7 +719,7 @@ static int indentForContinuationLine() delimDepth--; /* An unclosed delimiter is a good place to align at, - at least for some styles (including Trolltech's). + at least for some styles (including Qt's). */ if ( delimDepth == -1 ) hook = j; |