I have the following setup
\documentclass[oneside,12pt]{Classes/CUEDthesisPSnPDF}
\usepackage{bibentry}
\begin{document}
\nobibliography*
\section{Introduction}
\begin{itemize}
\item \bibentry{bob}
\end{itemize}
\end{document}
However when I try to compile I get the following error.
! File ended while scanning use of \BR@c@bibitem.<inserted text>\par \nobibliography
I assumed this was a missing } somewhere in my bib file but I have had a look and there are no such errors. I'm at a bit of a loss as to what the issue could be. Could anyone point me in the right direction?
- full class available here http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/

CUEDthesisPSnPDF.cls, at least... – Werner Aug 23 '13 at 19:48the full class is at this link http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/ - Thanks again
– Chris Headleand Aug 23 '13 at 19:51