boost/tools/quickbook/test/code_snippet-1_1.quickbook
2021-10-05 21:37:46 +02:00

13 lines
298 B
Plaintext

[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]