From 59e032cd63896523042e51e706d35cabce200200 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Mon, 6 May 2019 11:23:50 -0400 Subject: [PATCH] Update template example with links to real issues --- feed/templates/boost_x_xx_x.qbk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/feed/templates/boost_x_xx_x.qbk b/feed/templates/boost_x_xx_x.qbk index 53479f29..2957ea97 100644 --- a/feed/templates/boost_x_xx_x.qbk +++ b/feed/templates/boost_x_xx_x.qbk @@ -14,6 +14,11 @@ [import ext.qbk] +[/ +Formatting reference: https://www.boost.org/doc/tools/quickbook/ +Please keep the list of libraries sorted in lexicographical order. +] + [section New Libraries] [/ Example: @@ -29,15 +34,10 @@ [/ Example: * [phrase library..[@/libs/interprocess/ Interprocess]:] - * See examples below (use better descriptions than these!): - * This shows how to reference an older Trac issue ([ticket 1234]). - * This shows how to reference a GitHub issue [github interprocess 1234]. - * This shows how to reference a GitHub pull request [github_pr interprocess 1234]. - * [@https://www.google.com [*link to something]] - * [*bold text] - * [role green [*bold green text]] - * \u26a1 use unicode - * Keep the list of libraries in alphabetical order please. + * Added anonymous shared memory for UNIX systems. + * Move semantics for shared objects ([ticket 1932]). + * Conform to `std::pointer_traits` requirements ([github_pr interprocess 32]) + * Fixed `named_condition_any` fails to notify ([github interprocess 62]) ] * /TODO/