From d730512d348cb928bbbb04e850f6458f279ed832 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sun, 30 May 2021 16:41:45 +0100 Subject: [PATCH] Add more aliases for row3col, since there are now places with more commas --- docs/doxygen/Doxyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 29cba9ba21..a046cac84b 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -174,6 +174,12 @@ ALIASES += row3col{7}="\1 \2 \3,\4,\5,\6,\7" ALIASES += row3col{8}="\1 \2 \3,\4,\5,\6,\7,\8" ALIASES += row3col{9}="\1 \2 \3,\4,\5,\6,\7,\8,\9" ALIASES += row3col{10}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10" +ALIASES += row3col{11}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11" +ALIASES += row3col{12}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11,\12" +ALIASES += row3col{13}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11,\12,\13" +ALIASES += row3col{14}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11,\12,\13,\14" +ALIASES += row3col{15}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11,\12,\13,\14,\15" +ALIASES += row3col{16}="\1 \2 \3,\4,\5,\6,\7,\8,\9,\10,\11,\12,\13,\14,\15,\16" ALIASES += hdr3col{3}="\1 \2 \3" ALIASES += endTable=""