\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{doxygen}
% Packages used by this style file
\RequirePackage{alltt}
\RequirePackage{array}
\RequirePackage{calc}
\RequirePackage{color}
\RequirePackage{fancyhdr}
\RequirePackage{verbatim}
% Setup fancy headings
\pagestyle{fancyplain}
\newcommand{\clearemptydoublepage}{%
  \newpage{\pagestyle{empty}\cleardoublepage}%
\renewcommand{\chaptermark}[1]{%
  \markboth{#1}{}%
\renewcommand{\sectionmark}[1]{%
  \markright{\thesection\ #1}%
\lhead[\fancyplain{}{\bfseries\thepage}]{%
  \fancyplain{}{\bfseries\rightmark}%
\rhead[\fancyplain{}{\bfseries\leftmark}]{%
  \fancyplain{}{\bfseries\thepage}%
\rfoot[\fancyplain{}{\bfseries\scriptsize%
  Generated on Mon Dec 21 13:55:00 2009 by doxygen\lfoot[]{\fancyplain{}{\bfseries\scriptsize%
  Generated on Mon Dec 21 13:55:00 2009 by doxygen}}
\cfoot{}
%---------- Internal commands used in this style file ----------------
% Generic environment used by all paragraph-based environments defined
% below. Note that the command \title{...} needs to be defined inside
% those environments!
\newenvironment{DoxyDesc}[1]{%
  \begin{list}{}%
  {%
    \settowidth{\labelwidth}{40pt}%
    \setlength{\leftmargin}{\labelwidth}%
    \setlength{\parsep}{0pt}%
    \setlength{\itemsep}{-4pt}%
    \renewcommand{\makelabel}{\entrylabel}%
  }%
  \item[#1:]%
}{%
  \end{list}%