Skip to content

Commit ed41fe3

Browse files
committed
Improve tab naming
Closes: #1149
1 parent 754cdba commit ed41fe3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/modules/ROOT/nav.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
** xref:cmath.adoc#cmath_classification[Classification and Comparison]
4747
** xref:cmath.adoc#cmath_spec_fun[Special Functions]
4848
** xref:cmath.adoc#non_standard_cmath[Non-Standard Functions]
49-
* xref:cstdlib.adoc[]
50-
* xref:charconv.adoc[]
51-
* xref:format.adoc[]
52-
* xref:cfenv.adoc[]
53-
* xref:cfloat.adoc[]
54-
* xref:cstdio.adoc[]
55-
* xref:functional.adoc[]
56-
* xref:limits.adoc[]
57-
* xref:strings.adoc[]
49+
* xref:cstdlib.adoc[`<cstdlib>` Support (`strtod`)]
50+
* xref:charconv.adoc[`<charconv>` Support (`to_/from_chars`)]
51+
* xref:format.adoc[`<format>` and pass:[{fmt}] Support]
52+
* xref:cfenv.adoc[`<cfenv>` Support (Rounding Modes)]
53+
* xref:cfloat.adoc[`<cfloat>` Support (Eval Modes)]
54+
* xref:cstdio.adoc[`<cstdio>` Support (`printf`)]
55+
* xref:functional.adoc[`<functional>` Support (`hash`)]
56+
* xref:limits.adoc[`<limits>` Support (`numeric_limits`)]
57+
* xref:strings.adoc[`<string>` Support (`to_string`)]
5858
* xref:config.adoc[]
5959
** xref:config.adoc#configuration_user[User Configuration]
6060
** xref:config.adoc#configuration_automatic[Automatic Configuration]

0 commit comments

Comments
 (0)