summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/code_snippet-1_1.quickbook
blob: 875162708cab8f70f923656e8414033f6bec07e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[article Code Snippets
]

[section A code snippet]

Code snippets inlined in text, as in `namespace quickbook { static const int
value = 0; }`, should be properly formatted and not glued to the surrounding
text.

There shoud be no spacees around (`this`), and spaces around `this` code.

[endsect]