Glen Fernandes
2162822514
Merge pull request #16 from eldiener/develop
...
Remove executable permission from file(s).
2019-09-04 21:24:16 -04:00
Tinko Bartels
a14da60941
Replace broken links.
2019-04-23 14:10:01 +02:00
Edward Diener
1a17c7435f
Remove executable permission.
2018-12-03 08:03:02 -05:00
Edward Diener
74b6b0c6f6
Remove executable attribute from files.
2017-09-17 13:00:38 -04:00
Rene Rivera
fc8409ef1d
Add, and update, documentation build targets.
2016-10-07 23:07:32 -05:00
VZ
8e0f4a7d89
Fix a trivial typo in the tutorial.
...
`s/used/use/` just because I stumbled when reading this.
2016-02-26 22:40:34 +01:00
Michel Morin
dd4e612d27
Correct broken links to C++ standard papers. Refs #9212 .
...
[SVN r86524]
2013-10-30 12:51:24 +00:00
Steven Watanabe
146671e8d7
Apply patch for documentation typos. Fixes #5955 .
...
[SVN r82888]
2013-02-14 19:06:34 +00:00
Matias Capeletto
7c7c545da1
Fixed vector_of and list_of views assign(size_type,value_type) bug.
...
Fixed vector_of views operator[](size_type) and at(size_type) functions return value.
[SVN r81818]
2012-12-10 13:13:09 +00:00
Matias Capeletto
81a23942cc
[bimap] Fix replace_(left/right/key/data) bug when using relations with info.
...
[SVN r81807]
2012-12-09 12:02:51 +00:00
Matias Capeletto
cbc259d7fc
[bimap] Update docs
...
[SVN r81805]
2012-12-09 11:55:54 +00:00
Matias Capeletto
744f8c201a
[bimap] Add key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views ( Fix #6031 )
...
[SVN r78583]
2012-05-24 15:16:20 +00:00
Daniel James
25b5f19171
Update links to boost tools in bimap.
...
[SVN r69326]
2011-02-27 12:02:25 +00:00
Daniel James
2889448652
Rebuild bimap documentation.
...
[SVN r64169]
2010-07-19 20:17:18 +00:00
Daniel James
2ebaf27e94
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Daniel James
2aac1b730c
Rebuild bimap documentation.
...
[SVN r57804]
2009-11-20 09:47:30 +00:00
John Maddock
8eb20de2cd
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
43ed5b98fb
Change images to 120dpi.
...
[SVN r51133]
2009-02-09 09:50:36 +00:00
John Maddock
81efcfb4e0
Add Jamfile to build PDF versions of all the docs.
...
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.
[SVN r51104]
2009-02-08 16:59:14 +00:00
Daniel James
02b2282260
Merge in documentation fixes. Apart from the change to optional's documenation
...
Jamfile, which I included by mistake.
Fixes #1659 , #1661 , #1684 , #1685 , 1687, #1690 , #1801
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs. Refs #1512
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs. Refs #1513
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library. Refs #1659
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive. Refs #1661
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs. Refs #1684 .
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs. Refs #1684 .
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs. Refs #1685
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs. Refs #1687
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap. Refs #1690
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library. Refs #1801
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
[SVN r44807]
2008-04-27 07:39:49 +00:00
Matias Capeletto
5f6dad7f6e
add missing images
...
[SVN r43260]
2008-02-14 21:24:11 +00:00
Matias Capeletto
1ca770a7c4
bimap doc fixes
...
[SVN r43254]
2008-02-14 19:03:55 +00:00
Matias Capeletto
0aa31387af
remove local admonitions
...
[SVN r43246]
2008-02-14 17:33:12 +00:00
Matias Capeletto
305f65efed
hooking --> additional information in html docs
...
[SVN r43103]
2008-02-04 21:01:06 +00:00
Matias Capeletto
f1806cdb41
add license to each html page
...
[SVN r42221]
2007-12-20 21:59:18 +00:00
Matias Capeletto
1db79971c0
Xpressive & typeof sections
...
[SVN r37894]
2007-06-04 21:17:26 +00:00
Matias Capeletto
1dfc1cd65d
conversion to qbk
...
[SVN r37887]
2007-06-04 17:11:57 +00:00
Matias Capeletto
05c665d654
info hook support
...
[SVN r37827]
2007-05-31 07:07:30 +00:00
Matias Capeletto
8aa0f9746b
remove doxygen generation
...
[SVN r37771]
2007-05-25 04:57:21 +00:00
Matias Capeletto
c6c6d3edc5
docs & images
...
[SVN r37770]
2007-05-25 04:54:12 +00:00
Matias Capeletto
b80ca94d5d
first bimap commit
...
[SVN r37767]
2007-05-25 01:07:13 +00:00