Blame view

3rdparty/boost_1_81_0/tools/docca/example/main.qbk 1.05 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  [/
      Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
  
      Distributed under the Boost Software License, Version 1.0. (See accompanying
      file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  ]
  
  [library docca
      [quickbook 1.6]
      [copyright 2016 Vinnie Falco]
      [purpose Documentation Library]
      [license
          Distributed under the Boost Software License, Version 1.0.
          (See accompanying file LICENSE_1_0.txt or copy at
          [@http://www.boost.org/LICENSE_1_0.txt])
      ]
      [category template]
      [category generic]
  ]
  
  [template mdash[] '''— ''']
  [template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></indexterm>''']
  [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term2]'''</secondary></indexterm>''']
  
  [template include_file[path][^<'''<ulink url="https://github.com/boostorg/docca/blob/master/example/include/'''[path]'''">'''[path]'''</ulink>'''>]]
  
  [section:ref Reference]
  [include reference.qbk]
  [endsect]
  
  [xinclude index.xml]