@@ -916,6 +916,14 @@ <h3>Synopses</h3>
916916</ code >
917917</ pre > < span class ="small "> < a href ="#g-09c "> < em > » more...</ em > </ a > </ span >
918918
919+ < span > Auto function</ span >
920+ < pre >
921+ < code class ="source-code cpp ">
922+ void
923+ < a href ="#g-0b "> g</ a > (auto a);
924+ </ code >
925+ </ pre > < span class ="small "> < a href ="#g-0b "> < em > » more...</ em > </ a > </ span >
926+
919927< span > Enum param function</ span >
920928< pre >
921929< code class ="source-code cpp ">
@@ -940,15 +948,6 @@ <h3>Synopses</h3>
940948</ code >
941949</ pre > < span class ="small "> < a href ="#g-04a "> < em > » more...</ em > </ a > </ span >
942950
943-
944- < pre >
945- < code class ="source-code cpp ">
946- template<class a:auto>
947- void
948- < a href ="#g-0b "> g</ a > (auto a);
949- </ code >
950- </ pre > < span class ="small "> < a href ="#g-0b "> < em > » more...</ em > </ a > </ span >
951-
952951< span > Decltype function</ span >
953952< pre >
954953< code class ="source-code cpp ">
@@ -1067,9 +1066,9 @@ <h3>Parameters</h3>
10671066</ div >
10681067< div >
10691068< div >
1070- < h2 id ="g-04c "> g</ h2 >
1069+ < h2 id ="g-0b "> g</ h2 >
10711070< div >
1072- < span > Enum param function</ span >
1071+ < span > Auto function</ span >
10731072
10741073</ div >
10751074</ div >
@@ -1080,13 +1079,13 @@ <h3>Synopsis</h3>
10801079< pre >
10811080< code class ="source-code cpp ">
10821081void
1083- g(< a href =" #testEnum " > testEnum </ a > a);
1082+ g(auto a);
10841083</ code >
10851084</ pre >
10861085</ div >
10871086< div >
10881087< h3 > Description</ h3 >
1089- < p > Documentation for a function with an enum parameter.</ p >
1088+ < p > Documentation for a function with an < code > auto </ code > parameter.</ p >
10901089</ div >
10911090< div >
10921091< h3 > Parameters</ h3 >
@@ -1108,9 +1107,9 @@ <h3>Parameters</h3>
11081107</ div >
11091108< div >
11101109< div >
1111- < h2 id ="g-096 "> g</ h2 >
1110+ < h2 id ="g-04c "> g</ h2 >
11121111< div >
1113- < span > Variadic function</ span >
1112+ < span > Enum param function</ span >
11141113
11151114</ div >
11161115</ div >
@@ -1121,13 +1120,13 @@ <h3>Synopsis</h3>
11211120< pre >
11221121< code class ="source-code cpp ">
11231122void
1124- g(int a, ... );
1123+ g(< a href =" #testEnum " > testEnum </ a > a );
11251124</ code >
11261125</ pre >
11271126</ div >
11281127< div >
11291128< h3 > Description</ h3 >
1130- < p > Documentation for the variadic function.</ p >
1129+ < p > Documentation for a function with an enum parameter .</ p >
11311130</ div >
11321131< div >
11331132< h3 > Parameters</ h3 >
@@ -1149,9 +1148,9 @@ <h3>Parameters</h3>
11491148</ div >
11501149< div >
11511150< div >
1152- < h2 id ="g-04a "> g</ h2 >
1151+ < h2 id ="g-096 "> g</ h2 >
11531152< div >
1154- < span > Non-variadic function</ span >
1153+ < span > Variadic function</ span >
11551154
11561155</ div >
11571156</ div >
@@ -1162,13 +1161,13 @@ <h3>Synopsis</h3>
11621161< pre >
11631162< code class ="source-code cpp ">
11641163void
1165- g(int a);
1164+ g(int a, ... );
11661165</ code >
11671166</ pre >
11681167</ div >
11691168< div >
11701169< h3 > Description</ h3 >
1171- < p > Documentation for the non- variadic function.</ p >
1170+ < p > Documentation for the variadic function.</ p >
11721171</ div >
11731172< div >
11741173< h3 > Parameters</ h3 >
@@ -1190,20 +1189,44 @@ <h3>Parameters</h3>
11901189</ div >
11911190< div >
11921191< div >
1193- < h2 id ="g-0b "> g</ h2 >
1192+ < h2 id ="g-04a "> g</ h2 >
1193+ < div >
1194+ < span > Non-variadic function</ span >
1195+
1196+ </ div >
11941197</ div >
11951198< div >
11961199< h3 > Synopsis</ h3 >
11971200< div >
11981201Declared in < code > <param-types.cpp></ code > </ div >
11991202< pre >
12001203< code class ="source-code cpp ">
1201- template<class a:auto>
12021204void
1203- g(auto a);
1205+ g(int a);
12041206</ code >
12051207</ pre >
12061208</ div >
1209+ < div >
1210+ < h3 > Description</ h3 >
1211+ < p > Documentation for the non-variadic function.</ p >
1212+ </ div >
1213+ < div >
1214+ < h3 > Parameters</ h3 >
1215+ < table >
1216+ < thead >
1217+ < tr >
1218+ < th > Name</ th >
1219+ < th > Description</ th >
1220+ </ tr >
1221+ </ thead >
1222+ < tbody >
1223+ < tr >
1224+ < td > < strong > a</ strong > </ td >
1225+ < td > < span > The first parameter of g</ span > </ td >
1226+ </ tr >
1227+ </ tbody >
1228+ </ table >
1229+ </ div >
12071230</ div >
12081231< div >
12091232< div >
0 commit comments