@@ -932,23 +932,27 @@ <h1 data-number="7" id="notes"><span class="header-section-number">7</span> Note
932932</ ul >
933933< h1 data-number ="8 " id ="citation "> < span class ="header-section-number "> 8</ span > Citation< a href ="#citation " class ="self-link "> </ a > </ h1 >
934934< p > Automatic references are written as < code class ="sourceCode cpp "> < span class ="op "> [@</ span > N4762< span class ="op "> ]</ span > </ code >
935- and renders as < span class ="citation " data-cites ="N4762 "> [ < a href ="https://wg21.link/n4762 " role ="doc-biblioref "> N4762</ a > ] </ span > .
935+ and renders as < span class ="citation " data-cites ="N4762 "> < a href ="https://wg21.link/n4762 " role ="doc-biblioref "> [ N4762] </ a > </ span > .
936936Anything in < a href ="https://wg21.link/index.yaml " class ="uri "> https://wg21.link/index.yaml</ a > are linked
937937automatically.</ p >
938938< ul >
939939< li > < code class ="sourceCode cpp "> N</ code > Papers (e.g., < code class ="sourceCode cpp "> < span class ="op "> [@</ span > N3887< span class ="op "> ]</ span > </ code >
940- < span class ="citation " data-cites ="N3887 "> [ < a href ="https://wg21.link/n3887 " role ="doc-biblioref "> N3887</ a > ] </ span > )</ li >
940+ → < span class ="citation " data-cites ="N3887 "> < a href ="https://wg21.link/n3887 " role ="doc-biblioref "> [ N3887] </ a > </ span > )</ li >
941941< li > < code class ="sourceCode cpp "> P</ code > Papers (e.g., < code class ="sourceCode cpp "> < span class ="op "> [@</ span > P1371R1< span class ="op "> ]</ span > </ code >
942- < span class ="citation " data-cites ="P1371R1 "> [ < a href ="https://wg21.link/p1371r1 " role ="doc-biblioref "> P1371R1</ a > ] </ span > )</ li >
942+ → < span class ="citation " data-cites ="P1371R1 "> < a href ="https://wg21.link/p1371r1 " role ="doc-biblioref "> [ P1371R1] </ a > </ span > )</ li >
943943< li > CWG Issues (e.g., < code class ="sourceCode cpp "> < span class ="op "> [@</ span > CWG1234< span class ="op "> ]</ span > </ code >
944- < span class ="citation " data-cites ="CWG1234 "> [ < a href ="https://wg21.link/cwg1234 " role ="doc-biblioref "> CWG1234</ a > ] </ span > )</ li >
944+ → < span class ="citation " data-cites ="CWG1234 "> < a href ="https://wg21.link/cwg1234 " role ="doc-biblioref "> [ CWG1234] </ a > </ span > )</ li >
945945< li > LWG Issues (e.g., < code class ="sourceCode cpp "> < span class ="op "> [@</ span > LWG1234< span class ="op "> ]</ span > </ code >
946- < span class ="citation " data-cites ="LWG1234 "> [ < a href ="https://wg21.link/lwg1234 " role ="doc-biblioref "> LWG1234</ a > ] </ span > )</ li >
946+ → < span class ="citation " data-cites ="LWG1234 "> < a href ="https://wg21.link/lwg1234 " role ="doc-biblioref "> [ LWG1234] </ a > </ span > )</ li >
947947< li > Github Edits (e.g, < code class ="sourceCode cpp "> < span class ="op "> [@</ span > EDIT1234< span class ="op "> ]</ span > </ code >
948- < span class ="citation " data-cites ="EDIT1234 "> [ < a href ="https://wg21.link/edit1234 " role ="doc-biblioref "> EDIT1234</ a > ] </ span > )</ li >
948+ → < span class ="citation " data-cites ="EDIT1234 "> < a href ="https://wg21.link/edit1234 " role ="doc-biblioref "> [ EDIT1234] </ a > </ span > )</ li >
949949< li > Standing Documents (e.g., < code class ="sourceCode cpp "> < span class ="op "> [@</ span > SD6< span class ="op "> ]</ span > </ code >
950- < span class ="citation " data-cites ="SD6 "> [ < a href ="https://wg21.link/sd6 " role ="doc-biblioref "> SD6</ a > ] </ span > )</ li >
950+ → < span class ="citation " data-cites ="SD6 "> < a href ="https://wg21.link/sd6 " role ="doc-biblioref "> [ SD6] </ a > </ span > )</ li >
951951</ ul >
952+ < p > You may also write
953+ < code class ="sourceCode default "> [@P2996R8]{.title}</ code > to include
954+ the title of the paper, and renders as: < span class ="title "> < span class ="citation " data-cites ="P2996R8 "> < a href ="https://wg21.link/p2996r8 " role ="doc-biblioref "> [P2996R8]
955+ (Reflection for C++26)</ a > </ span > </ span > .</ p >
952956< h1 data-number ="9 " id ="bibliography "> < span class ="header-section-number "> 9</ span > References< a href ="#bibliography " class ="self-link "> </ a > </ h1 >
953957< div id ="refs " class ="references csl-bib-body hanging-indent " data-entry-spacing ="1 " role ="doc-bibliography ">
954958< div id ="ref-CWG1234 " class ="csl-entry " role ="doc-biblioentry ">
@@ -973,6 +977,11 @@ <h1 data-number="9" id="bibliography"><span class="header-section-number">9</spa
973977[P1371R1] Sergei Murzin, Michael Park, David Sankel, Dan Sarginson.
9749782019-06-17. Pattern Matching. < a href ="https://wg21.link/p1371r1 "> < div class ="csl-block "> https://wg21.link/p1371r1</ div > </ a >
975979</ div >
980+ < div id ="ref-P2996R8 " class ="csl-entry " role ="doc-biblioentry ">
981+ [P2996R8] Barry Revzin, Wyatt Childers, Peter Dimov, Andrew Sutton,
982+ Faisal Vali, Daveed Vandevoorde, Dan Katz. 2024-12-17. Reflection for
983+ C++26. < a href ="https://wg21.link/p2996r8 "> < div class ="csl-block "> https://wg21.link/p2996r8</ div > </ a >
984+ </ div >
976985< div id ="ref-SD6 " class ="csl-entry " role ="doc-biblioentry ">
977986[SD6] SG10 Feature Test Recommendations. < a href ="https://wg21.link/sd6 "> < div class ="csl-block "> https://wg21.link/sd6</ div > </ a >
978987</ div >
0 commit comments