Change all explicitly created <a name="..."> anchors to lowercase (#2304)

GitHub Flavored Markdown requires these anchors to be all-lowercase for
markdown-style links within the document to work.

Also change one anchor that uses '*' which isn't valid in HTML or
Markdown.

And rename duplicate anchor res-macros to res-macros3.
pull/2306/head
Jonathan Wakely 2 months ago committed by GitHub
parent 0572c075fc
commit ee52a86110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because it is too large Load Diff

@ -73,6 +73,7 @@ cbegin
CComPtr
cend
cerr
charp
chrono
cin
Clang's
@ -104,6 +105,7 @@ CppCoreCheck
cppcoreguidelines
cppreference
CRTP
cr
cst
cstdarg
cstdio
@ -241,6 +243,7 @@ JSF
jthread
Juhl
knr
knuth
Koenig97
Lakos
Lakos96
@ -261,6 +264,7 @@ m1
m2
m3
macros2
macros3
malloc
mallocfree
Mathematizing
@ -374,16 +378,17 @@ ptr2
q2
qqq
qsort
R0
r0
r2
ra
raii
Rc
Rclib
Rcon
Rconc
Rconst
rc
rclib
rcon
rconc
rconst
rcoro
Rcpl
rcpl
Rec2
refactor
refactored
@ -395,7 +400,7 @@ reimplement
reinterpretcast
Reis
Reis's
Renum
renum
reseat
reseating
reseats
@ -405,17 +410,21 @@ rethrowing
retryable
*Re-usability
reusability
Ri
Rl
Rnr
Ro
rf
rh
ri
rio
rl
rnr
ro
Rouquette
Rp
Rper
rp
rper
rr
Rsl
Rstr
rsl
rstr
RTTI
ru
rvalue
rvalues
RVO
@ -426,7 +435,7 @@ s2
s3
Sarkar
scanf
Sd
sd
SEI
semiregular
SemiRegular
@ -453,7 +462,8 @@ specialization2
spinlock
splonk
splunk
SScp
ss
sscp
stdarg
stdlib
Stepanov

Loading…
Cancel
Save