Re: [Boost-docs] Qbk: [template] + code block

Subject: Re: [Boost-docs] Qbk: [template] + code block
From: Daniel James (dnljms_at_[hidden])
Date: 2011-04-13 18:03:56


I just noticed this while clearing out my inbox. Sorry for the very
slow response.

On 23 March 2011 17:54, er <er.ci.2020_at_[hidden]> wrote:
>
> [template tpl_display[HEADER]
>
> [heading Header]
> ``
>    #include <[HEADER]>
> ``
>
> ]
>
> [tpl_display [@file.hpp file.hpp]]

If you use three backticks to delimit the code block, you can use a
double backtick to embed quickbook in the code block:

[template tpl_display[HEADER]

[heading Header]
```
   #include <``[HEADER]``>
```
]


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC