mirror of
https://github.com/boostorg/signals.git
synced 2026-01-26 07:02:09 +00:00
19 lines
759 B
XML
19 lines
759 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.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)
|
|
-->
|
|
<!DOCTYPE library-reference PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<library-reference xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
last-revision="$Date$">
|
|
<xi:include href="signal_header.xml"/>
|
|
<xi:include href="slot.xml"/>
|
|
<xi:include href="trackable.xml"/>
|
|
<xi:include href="connection.xml"/>
|
|
<xi:include href="visit_each.xml"/>
|
|
<xi:include href="last_value.xml"/>
|
|
</library-reference> |