@@ -1909,21 +1909,16 @@ $(H3 $(LNAME2 ref-return-scope-parameters, Ref Return Scope Parameters))
1909
1909
1910
1910
$(TABLE2 Combinations of `ref` $(COMMA) `return` and `scope`,
1911
1911
$(THEAD Order, Interpretation)
1912
- $(TROW `ref`, $(REFP))
1913
- $(TROW `return`, `return`)
1914
- $(TROW `scope`, $(SCOPE))
1915
- $(TROW `return ref`, $(RETURN_REF))
1916
- $(TROW `ref return`, $(RETURN_REF))
1917
- $(TROW `return scope`, $(RETURN_SCOPE))
1918
- $(TROW `scope return`, $(RETURN_SCOPE))
1919
- $(TROW `ref scope`, $(REFP) and $(SCOPE))
1920
- $(TROW `scope ref`, $(REFP) and $(SCOPE))
1921
- $(TROW `ref return scope`, $(REFP) and $(RETURN_SCOPE))
1922
- $(TROW `return scope ref`, $(REFP) and $(RETURN_SCOPE))
1923
- $(TROW `ref scope return`, $(RETURN_REF) and $(SCOPE))
1924
- $(TROW `return ref scope`, $(RETURN_REF) and $(SCOPE))
1925
- $(TROW `scope return ref`, $(RETURN_REF) and $(SCOPE))
1926
- $(TROW `scope ref return`, $(RETURN_REF) and $(SCOPE))
1912
+ $(TROW `ref`, $(REFP))
1913
+ $(TROW `return`, $(RETURN_SCOPE))
1914
+ $(TROW `scope`, $(SCOPE))
1915
+ $(TROW `return ref` and `ref return`, $(RETURN_REF))
1916
+ $(TROW `return scope` and `scope return`, $(RETURN_SCOPE))
1917
+ $(TROW `ref scope` and `scope ref`, $(REFP) and $(SCOPE))
1918
+ $(TROW `ref return scope` and `return scope ref`, $(REFP) and $(RETURN_SCOPE))
1919
+ $(TROW `ref scope return`$(COMMA) `return ref scope`$(COMMA)
1920
+ `scope return ref`$(COMMA) and `scope ref return`, $(RETURN_REF) and $(SCOPE))
1921
+
1927
1922
)
1928
1923
1929
1924
$(BEST_PRACTICE do not use `ref return` and `scope return`.)
0 commit comments