]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/bimap/doc/directdoxygen.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / bimap / doc / directdoxygen.jam
1 # Boost.Bimap
2 #
3 # Copyright (c) 2006-2007 Matias Capeletto
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9
10 import type ;
11 import generators ;
12
13 type.register HTML_DOXYFILE : hdf ;
14 type.register HTML_DOXYDOCS : hdt ;
15
16 generators.register-standard directdoxygen.run : HTML_DOXYFILE : HTML_DOXYDOCS ;
17
18 actions run
19 {
20 "doxygen" $(>)
21 echo "Stamped" > "$(<)"
22 }