Good morning,

I'm a new Doxygen user trying to use the bibtex citation feature from Fortran 
source code with DoxyWizard and doxygen 1.8.7 on Mac OS X 10.9.4.


I have a proper .bib file in my source directory and the html output from 
Doxygen includes a bibliography page, but it is empty.


I have the following in a Fortran source file :


!> Provides and object-oriented interface into the stripack.f module @cite 
STRIPACK


with a corresponding entry in my .bib file of


@article{STRIPACK,
  author="R. Renka",
  title="{Algorithm 772: STRIPACK : Delaunay triangulation and Voronoi diagram 
on the surface of a sphere}",
  journal="ACM Transactions on Mathematical Software",
  volume="23",
  year="1997",
  pages="416-434"
}.

I get the following output from doxygen:


Generating citations page...

error opening bib8262.bbl: No such file or directory

bibtex command failed: No such file or directory


which leads me to believe that bibtex is not in the Doxygen search path, but I 
am not sure how to edit this parameter.  The location is /usr/texbin/bibtex, 
same as the latex path.


Thanks for your time.


Pete



------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to