Files
quickbook/test/code-block-cpp.quickbook
Daniel James 387e473e01 Quickbook: merge to release.
Includes:

- Detemplate syntax highlighter.
- Allow escaped markup in comments in highlighter.
- Remove whitespace hat was inserted after anchors.
- Use fs::path in a couple more places.
- Handle blocks inside phrases better (can happen with templates).


[SVN r71862]
2011-05-10 18:39:38 +00:00

23 lines
497 B
Plaintext

[article C++ Code Blocks
[quickbook 1.5]
]
// No escape
/* No escape */
/* No escape
* with newlines
*/
// In Header: <``[@boost:/boost/optional/optional.hpp boost/optional/optional.hpp]``>
/* In Header: <``[@boost:/boost/optional/optional.hpp boost/optional/optional.hpp]``> */
/* Multiple escapes: ``/italic/``
* ``_underline_````*bold*``
*/
A badly formed comment:
/* Oh dear
A badly formed comment with an escape:
/* Oh dear ``*bold*``