forked from qt-creator/qt-creator
API docs: Fix copy/paste artifact.
Change-Id: Ia9b3ba12c8fdd6864ffc2e44fda584bf06ef549f Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -270,8 +270,8 @@
|
||||
|
||||
\section3 Operator Names and Parentheses
|
||||
|
||||
Do not use spaces between operator names and function names. The equation
|
||||
marks (==) are a part of the function name, and therefore, spaces make the
|
||||
Do not use spaces between operator names and parentheses. The equation
|
||||
marks (==) are a part of the operator name, and therefore, spaces make the
|
||||
declaration look like an expression:
|
||||
|
||||
\code
|
||||
|
||||
Reference in New Issue
Block a user