mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 00:54:05 +03:00
XREF_PACK_NAMED -> REF_ALTTEXT (sed)
Done by: arg='\s*([^(),]*)' from='\$\(XREF_PACK_NAMED\s'$arg','$arg','$arg','$arg'\)' to='$(REF_ALTTEXT \4, \3, std,\1,\2)' (find . -type f -name "*.d" -print0; \ find . -type f -name "*.dd" -print0) | \ xargs -0 sed -i -r "s/$from/$to/g"
This commit is contained in:
parent
d648f9320e
commit
ef9722928c
6 changed files with 50 additions and 50 deletions
|
@ -2618,10 +2618,10 @@ Params:
|
|||
Defaults to $(D a < b).
|
||||
ss = $(RED (Not implemented yet.)) Specify the swapping strategy.
|
||||
r = A
|
||||
$(XREF_PACK_NAMED range,primitives,isRandomAccessRange,random-access range)
|
||||
$(REF_ALTTEXT random-access range, isRandomAccessRange, std,range,primitives)
|
||||
of elements to make an index for.
|
||||
index = A
|
||||
$(XREF_PACK_NAMED range,primitives,isRandomAccessRange,random-access range)
|
||||
$(REF_ALTTEXT random-access range, isRandomAccessRange, std,range,primitives)
|
||||
with assignable elements to build the index in. The length of this range
|
||||
determines how many top elements to index in $(D r).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue