Blame view

3rdparty/boost_1_81_0/libs/convert/doc/index.idx 1.3 KB
977ed18d   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
32
33
34
35
36
37
38
39
40
41
42
43
44
  #index.idx for Convert Quickbook, Doxygen and Auto-index.
  #  Copyright (c) Vladimir Batov 2009-2022
  #  Distributed under the Boost Software License, Version 1.0.
  #  See copy at http://www.boost.org/LICENSE_1_0.txt.
  
  !scan ../include/boost/convert/lexical_cast.hpp
  !scan ../include/boost/convert/parameters.hpp
  !scan ../include/boost/convert/printf.hpp
  !scan ../include/boost/convert/spirit.hpp
  !scan ../include/boost/convert/stream.hpp
  !scan ../include/boost/convert/strtol.hpp
  !scan ../include/boost/convert/charconv.hpp
  !scan ../include/boost/make_default.hpp
  !scan ../include/boost/convert.hpp
  
  #!scan "../example"  ".*.cpp" true
  
  !scan ../example/algorithms.cpp
  !scan ../example/default_converter.cpp
  !scan ../example/default_converter_fail.cpp
  !scan ../example/getting_started.cpp
  !scan ../example/getting_serious.cpp
  !scan ../example/lexical_cast.cpp
  !scan ../example/stream.cpp
  
  # Might be useful to Doxygen document everything for maintenance?
  #!scan "../include/boost/detail/" "*.hpp" true
  
  base \<\w*\base\w*\>
  boolalpha \<\w*boolalpha\w*\>
  fixed \<\w*fixed\w*\>
  floating-point \<\w*float\w*\>
  dec
  encryption \<\w*(encryption|decryption)\w*\>
  hex
  leading
  locale \<\w*\locale\w*\>
  precision
  oct
  scientific
  skipws  \<skip\w*\>
  transformation \<transform\w*\>
  user-defined types (UDT)  \<\w*user\w*\>
  whitespace \<white\w*\>