summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/doc-info/source-mode-1.5.quickbook
blob: 78e20b7c0e22411bc9a11ea24315af2c34e81b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[article C++ test
[quickbook 1.5]
[source-mode python]
[license `def foo(x): print "Hello"`]
[source-mode teletype]
[purpose `This shouldn't be highlighted`]
]

```This shouldn't be highlighted.```

[include source-mode-cpp-include.quickbook]

```int main() {}```

[include source-mode-python-include.quickbook]

```def foo(x):```

[include source-mode-teletype-include.quickbook]

```This shouldn't be highlighted.```