mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 03:27:03 +03:00
Merge pull request #2907 from aG0aep6G/quickindex
[DDoc] add HTML class "quickindex" to manually maintained jump link tables
This commit is contained in:
commit
271f44e5da
11 changed files with 31 additions and 9 deletions
|
@ -6,10 +6,11 @@ sequences. Sequences processed by these functions define range-based
|
|||
interfaces. See also $(LINK2 std_range.html, Reference on ranges) and
|
||||
$(WEB ddili.org/ders/d.en/ranges.html, tutorial on ranges).
|
||||
|
||||
<script type="text/javascript">inhibitQuickIndex = 1</script>
|
||||
$(SCRIPT inhibitQuickIndex = 1;)
|
||||
|
||||
Algorithms are categorized into the following submodules:
|
||||
|
||||
$(DIVC quickindex,
|
||||
$(BOOKTABLE ,
|
||||
$(TR $(TH Category) $(TH Submodule) $(TH Functions)
|
||||
)
|
||||
|
@ -132,6 +133,7 @@ $(TR $(TDNW Utility)
|
|||
$(TD $(MYREF forward)
|
||||
)
|
||||
))
|
||||
)
|
||||
|
||||
Many functions in this package are parameterized with a function or a
|
||||
$(GLOSSARY predicate). The predicate may be passed either as a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue