mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Various inspect fixes.
[SVN r56603]
This commit is contained in:
parent
99df477765
commit
12df57bfe3
@ -1,3 +1,10 @@
|
||||
|
||||
<!--
|
||||
Copyright Daniel James 2009
|
||||
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)
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML//EN"
|
||||
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
@ -37,4 +44,4 @@
|
||||
</macro>
|
||||
</header>
|
||||
</library-reference>
|
||||
</library>
|
||||
</library>
|
||||
|
@ -1,3 +1,8 @@
|
||||
|
||||
# Copyright 2009 Daniel James.
|
||||
# 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)
|
||||
|
||||
import doxygen ;
|
||||
|
||||
doxygen autodoc
|
||||
|
@ -1,3 +1,8 @@
|
||||
|
||||
// Copyright 2009 Daniel James.
|
||||
// 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)
|
||||
|
||||
/*!
|
||||
\class example::example
|
||||
|
||||
|
@ -1,6 +1,13 @@
|
||||
|
||||
<!--
|
||||
Copyright Daniel James 2009
|
||||
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)
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<library id="example" name="Example" dirname="example" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Example</title>
|
||||
<xi:include href="autodoc.xml" />
|
||||
</library>
|
||||
</library>
|
||||
|
Loading…
x
Reference in New Issue
Block a user