Ticket #7866: fix_doc_typo.patch

File fix_doc_typo.patch, 1.1 KB (added by oss.2012.team+G4@…, 10 years ago)

Patch for libs/range/doc/headers.qbk

  • libs/range/doc/headers.qbk

     
    88[section:general General]
    99[table
    1010    [[Header                              ] [Includes                   ] [Related Concept         ]]
    11     [[`<boost/range.hpp>`                 ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctinos, but excludes Range Adaptors and Range Algorithms. ] [-                       ]]
     11    [[`<boost/range.hpp>`                 ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctions, but excludes Range Adaptors and Range Algorithms. ] [-                       ]]
    1212    [[`<boost/range/metafunctions.hpp>`   ] [every metafunction         ] [-                       ]]
    1313    [[`<boost/range/functions.hpp>`       ] [every function             ] [-                       ]]
    1414    [[`<boost/range/value_type.hpp>`      ] [__range_value__            ] [__single_pass_range__   ]]