Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/html
23 changes: 10 additions & 13 deletions doc/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#~ Copyright Marshall Clow 2013
#~ Copyright Christian Mazakas 2024
#~ 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)

using boostbook ;
import asciidoctor ;

boostbook standalone
: array.xml
: <xsl:param>boost.root=../../../.. ;
html array.html : array.adoc ;

###############################################################################
alias boostdoc
: array.xml
:
:
: ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;
install html_ : array.html : <location>html ;

pdf array.pdf : array.adoc ;
explicit array.pdf ;

install pdf_ : array.pdf : <location>pdf ;
explicit pdf_ ;
28 changes: 28 additions & 0 deletions doc/array.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
////
Copyright 2001-2004 Nicolai M. Josuttis
Copyright 2012 Marshall Clow
Copyright 2024 Christian Mazakas
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
////

# Array
Nicolai M. Josuttis
:toc: left
:toclevels: 4
:idprefix:
:docinfo: private-footer
:source-highlighter: rouge
:source-language: c++
:sectanchors:

:leveloffset: +1


include::array/introduction.adoc[]
include::array/reference.adoc[]
include::array/design_rationale.adoc[]
include::array/information.adoc[]
include::array/copyright.adoc[]

:leveloffset: -1
Loading
Loading