scripts/bib2dox.py
changeset 956 141f9c0db4a3
parent 801 2de0fc630899
child 1220 eb2f9d453070
equal deleted inserted replaced
2:1d40aeddfb0c 3:812711987445
     1 #!/usr/bin/env /usr/local/Python/bin/python2.1
     1 #! /usr/bin/env python
     2 """
     2 """
     3   BibTeX to Doxygen converter
     3   BibTeX to Doxygen converter
     4   Usage: python bib2dox.py bibfile.bib > bibfile.dox
     4   Usage: python bib2dox.py bibfile.bib > bibfile.dox
     5 
     5 
       
     6   This file is a part of LEMON, a generic C++ optimization library.
       
     7 
       
     8   **********************************************************************
       
     9 
     6   This code is the modification of the BibTeX to XML converter
    10   This code is the modification of the BibTeX to XML converter
     7   by Vidar Bronken Gundersen et al. See the original copyright notices below. 
    11   by Vidar Bronken Gundersen et al.
       
    12   See the original copyright notices below. 
     8 
    13 
     9   **********************************************************************
    14   **********************************************************************
    10 
    15 
    11   Decoder for bibliographic data, BibTeX
    16   Decoder for bibliographic data, BibTeX
    12   Usage: python bibtex2xml.py bibfile.bib > bibfile.xml
    17   Usage: python bibtex2xml.py bibfile.bib > bibfile.xml