Skip to content

Commit

Permalink
Update docs for docca
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Oct 10, 2016
1 parent 575c184 commit 4105c65
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 1,869 deletions.
12 changes: 6 additions & 6 deletions doc/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ using doxygen ;

import quickbook ;

path-constant here : . ;
path-constant out : . ;

install stylesheets
:
$(broot)/doc/src/boostbook.css
:
<location>$(here)/html
<location>$(out)/html
;

explicit stylesheets ;
Expand All @@ -35,7 +35,7 @@ install images
images/body.png
images/message.png
:
<location>$(here)/html/images
<location>$(out)/html/images
;

explicit images ;
Expand All @@ -44,7 +44,7 @@ install callouts
:
[ glob $(broot)/doc/src/images/callouts/*.png ]
:
<location>$(here)/html/images/callouts
<location>$(out)/html/images/callouts
;

explicit callout ;
Expand All @@ -58,14 +58,14 @@ install examples
../examples/ssl/*.hpp
]
:
<location>$(here)/html/examples
<location>$(out)/html/examples
;

explicit examples ;

xml doc
:
master.qbk
main.qbk
:
<location>temp
<include>$(broot)/tools/boostbook/dtd
Expand Down
File renamed without changes.
7 changes: 3 additions & 4 deletions doc/makeqbk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# 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)

mkdir -p ../bin/doc/xml
mkdir -p temp
doxygen source.dox
cd ../bin/doc/xml
cd temp
xsltproc combine.xslt index.xml > all.xml
cd ../../../doc
xsltproc reference.xsl ../bin/doc/xml/all.xml > reference.qbk
xsltproc ../reference.xsl all.xml > ../reference.qbk
2 changes: 1 addition & 1 deletion doc/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ to Boost.Asio. The implementation also uses handler allocation hooks
operations.

There is no need for inheritance or virtual members in a
[link beast.ref.websocket__stream `websocket::stream`].
[link beast.ref.beast__websocket__stream `websocket::stream`].
All operations are templated and transparent to the compiler, allowing for
maximum inlining and optimization.

Expand Down
160 changes: 80 additions & 80 deletions doc/quickref.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 4105c65

Please sign in to comment.