Changes between Version 27 and Version 28 of DocsTranslationsProject
- Timestamp:
- Jun 26, 2007, 2:38:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocsTranslationsProject
v27 v28 92 92 93 93 Doc source in docbook format. Optionally it can include boostbook extensions. 94 [[Br]] Example:95 94 {{{ 96 95 <?xml version="1.0" encoding="UTF-8"?> … … 154 153 155 154 Library dependents output configuration parameters (i.e. chunker depth). 156 [[Br]] Example:157 155 {{{ 158 156 <?xml version="1.0" encoding="utf-8"?> … … 180 178 </xsl:stylesheet> 181 179 }}} 180 182 181 ===== doc/Jamfile.v2 ===== 183 182 184 183 "doc/bjam --v2" will generate the html docs. 185 [[Br]] Example:186 184 {{{ 187 185 # Boost.LibraryName … … 213 211 214 212 Main quickbook file. 215 [Br]] Example:216 213 {{{ 217 214 [library LibraryName … … 267 264 268 265 Moderate size main sections quickbook files 269 [[Br]] Example:270 266 {{{ 271 267 [/ … … 312 308 ==== Examples ==== 313 309 314 ===== example/doc/ *.cpp =====310 ===== example/doc/code_example.cpp ===== 315 311 316 312 Quickbook allows us to import code chuncks, instead of harcoding them in the qbk source. 317 313 This allow as to be sure that every code example will be in sync and with out typos. 318 [[Br]] Example:319 314 {{{ 320 315 // Boost.LibraryName … … 353 348 354 349 Use it qbk source: 355 [[Br]] Example:356 350 {{{ 357 351 [/ … … 397 391 398 392 Testsuite for the doc examples. 399 [[Br]] Example:400 393 {{{ 401 394 # Boost.LibraryName … … 423 416 Nested links xml definition of the library sections. This file is used to generate the 424 417 navigation select boxes and tree sidebar (''expected it soon!''). 425 [[Br]] Example:426 418 {{{ 427 419 <?xml version="1.0" encoding="UTF-8" ?>