I never used Doxygen and i don't think i am going to install it. But a first glanze on your code tells me, you will get an error
Code: Select all
environment x ended by environment y
Please always test your minimal examples before posting.
Please always read some
introductory material. Some commands you are using are deprecated for 20 years (since 1994).
EDIT: i just downloaded doxygen.sty [1] and tried to run your code. The first error occured because fancyhdr isn't loaded. If a package uses commands from another package, it should ensure that it is loaded. Please report this to the maintainer of the package.
I fixed this, but then:
Code: Select all
! LaTeX Error: Environment DoxyParams undefined.
...
[1]
ftp://ftp.cpc.ncep.noaa.gov
EDIT2: ok, found another file at
http://www.semicomplete.com/files/xdoto ... oxygen.sty
Works, but reports an error with the tabular material. Of course it does. Environment doxyParams is a descriptive list.
EDIT3 The implementation of DoxyImage is faulty and produces too much white space in the file mentioned in my second edit. I can't be more specific, as there is no date whatsoever iin neither of those files. The web is littered with different versions of the same file. This should not have happened.
EDIT4 Making your document into a comilable one, i get the following output.
Code: Select all
\documentclass{book}
\usepackage{doxygen}
\begin{document}
\subsubsection{On any given day, I look to my
food cabinet.}
\begin{DoxyParams}{Food}
\begin{tabular}{ccc}
\mbox{\texttt{in}} & \emph{Orange} & fruit\\
\hline
\end{tabular}
\end{DoxyParams}
\end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.