forked from qt-creator/qt-creator
Doc: Fix term used for angle brackets in coding style topic
Change-Id: I73f21a9fd8fbf2e4388b501edbc27371d907b166 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -983,7 +983,7 @@
|
|||||||
\li \c{#include <stdthing>}
|
\li \c{#include <stdthing>}
|
||||||
\li \c{#include <system.h>}
|
\li \c{#include <system.h>}
|
||||||
\endlist
|
\endlist
|
||||||
\li Enclose headers from other plugins in square brackets (<>) rather than
|
\li Enclose headers from other plugins in angle brackets (<>) rather than
|
||||||
quotation marks ("") to make it easier to spot external dependencies in
|
quotation marks ("") to make it easier to spot external dependencies in
|
||||||
the sources.
|
the sources.
|
||||||
\li Add empty lines between long blocks of \e peer headers and try to
|
\li Add empty lines between long blocks of \e peer headers and try to
|
||||||
|
|||||||
Reference in New Issue
Block a user