summaryrefslogtreecommitdiffstats
path: root/src/doxygen.sty
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.sty')
-rw-r--r--src/doxygen.sty10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doxygen.sty b/src/doxygen.sty
index 072104b..c423e12 100644
--- a/src/doxygen.sty
+++ b/src/doxygen.sty
@@ -434,6 +434,16 @@
}%
{\end{xtabular*}\par}%
+% Used by nested tables
+\newenvironment{TabularNC}[1]%
+{%
+\setlength{\tmplength}%
+ {\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}%
+ \par\begin{tabular*}{\linewidth}%
+ {*{#1}{|>{\PBS\raggedright\hspace{0pt}}p{\the\tmplength}}|}%
+}%
+{\end{tabular*}\par}%
+
% Used for member group headers
\newenvironment{Indent}{%
\begin{list}{}{%