Просмотр исходного кода

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]

Daniel James 18 лет назад
Родитель
Сommit
6ac697a9a0
12 измененных файлов с 12 добавлено и 12 удалено
  1. 1 1
      libs/bimap
  2. 1 1
      libs/date_time
  3. 1 1
      libs/format
  4. 1 1
      libs/interprocess
  5. 1 1
      libs/intrusive
  6. 1 1
      libs/mpi
  7. 1 1
      libs/numeric/conversion
  8. 1 1
      libs/optional
  9. 1 1
      libs/python
  10. 1 1
      libs/spirit
  11. 1 1
      libs/utility
  12. 1 1
      tools/build

+ 1 - 1
libs/bimap

@@ -1 +1 @@
-Subproject commit 5f6dad7f6ef597fc80bc5b1b405336173ab108df
+Subproject commit 02b2282260c42a018a79db4fc950d3ff07ecf570

+ 1 - 1
libs/date_time

@@ -1 +1 @@
-Subproject commit 48a959accbd94aebb1ada76a28852fc1352a9e8b
+Subproject commit aebbc1c144455724f58ea240a94c5cc1f268bc37

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit e21414149c902f09f4303e29e61d216f530992b8
+Subproject commit 8bbaa4557929f2b614b65e6d9a4aed19e786135c

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit de62388dc750405d3a84a1cb3c0e8eeb54345719
+Subproject commit 5c06570b14e0bb90c8430baddf3cc3a52db7e00b

+ 1 - 1
libs/intrusive

@@ -1 +1 @@
-Subproject commit cd2a6c33683abcfb35f8b12c5dac3ceaeafe72a9
+Subproject commit daea35153f006e2fb6ee4aa2302bd1bd01782c0c

+ 1 - 1
libs/mpi

@@ -1 +1 @@
-Subproject commit e826b118aa814a656e224cb99124d1926ebf1e72
+Subproject commit bce78db7ac7323d63fe8b74be9866066bb60008e

+ 1 - 1
libs/numeric/conversion

@@ -1 +1 @@
-Subproject commit 6dc956e342b558a596ed27d2270e555d89d0bdcc
+Subproject commit 128e01f1eae8ee5e24208306214a1b475583a7e9

+ 1 - 1
libs/optional

@@ -1 +1 @@
-Subproject commit 1afed544db9c2ede9fe1dc4b514a669e81174b44
+Subproject commit 951b49f992d2ae205fedf7e6a254ad54c1ad6cc5

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit b316819925a9d4536a60d06a83a8e7aba44d788a
+Subproject commit a33ed032c6a672caef19f2f9ac19cf9b0053a7bb

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 0e14db2f582805b8b767815d1a59abf7713d7cb4
+Subproject commit 41840e0470c8c41548c470508e08327b83af47b0

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit a5b85eda07d936b497dd519a8dbfe8339f6d9d2d
+Subproject commit f1c86c35c43c6a625c2fbd0fe350fec39ab4d829

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 9dc48843f84c6ebf3f15c88fa77554143ff015cb
+Subproject commit ffd8344b456318b0256ef0582687832e7e267d09

粤ICP备19079148号