summaryrefslogtreecommitdiffstats
path: root/testing/snippet_test.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-30 17:33:17 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-30 17:33:17 (GMT)
commitd984f7dd21863fc01a1a6ede0878d3dd14af157a (patch)
tree29f9a7f7a6875135e7083ab96f46c6a7169b225a /testing/snippet_test.cpp
parent63696c08425fc1662c5e76280e3cc74fb3769d80 (diff)
downloadDoxygen-d984f7dd21863fc01a1a6ede0878d3dd14af157a.zip
Doxygen-d984f7dd21863fc01a1a6ede0878d3dd14af157a.tar.gz
Doxygen-d984f7dd21863fc01a1a6ede0878d3dd14af157a.tar.bz2
Problems and some enhancements for LaTeX tables
- Possibility to honor also the cell alignment when using Markdown tables for other formats (markdown.cpp, latexdocvisitor.cpp, lines: 1146, 1157, 1173) latexdocvisitor.cpp: - Possibility to nest tables to a further level when using LaTeX. It was only possible till level 2 (i.e. a longtabu followed buy a tabularx table). By placing tabularx in an extra set of brackets this is fixed (lines 938 and 951) - tablarx environment cannot handle the headers as used for the longtabu table. A header line is in case of tabularx implemented by mimicking the header line. - longtabu needs multiple times the header line (first and following), tabularx we only need 1 (line 998) - no longtabu special headers (line 1092) - tabularx cannot handle rowcolor, coloring done only with columncolor(line 1024, 1134, 1188) - no necessity for longtabu to define column with for spanned columns / rows(line 1048, 1134, 1171)
Diffstat (limited to 'testing/snippet_test.cpp')
0 files changed, 0 insertions, 0 deletions