COIN-OR::LEMON - Graph Library

Changeset 905:c841ae1aca29 in lemon


Ignore:
Timestamp:
02/17/10 23:10:36 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
909:2c35bef44dd1, 917:a6eb9698c321, 919:9d380bf27194
Phase:
public
Message:

Modify the header of scripts/bib2dox.py (#184)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/bib2dox.py

    r801 r905  
    1 #!/usr/bin/env /usr/local/Python/bin/python2.1
     1#! /usr/bin/env python
    22"""
    33  BibTeX to Doxygen converter
    44  Usage: python bib2dox.py bibfile.bib > bibfile.dox
    55
     6  This file is a part of LEMON, a generic C++ optimization library.
     7
     8  **********************************************************************
     9
    610  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.
    813
    914  **********************************************************************
Note: See TracChangeset for help on using the changeset viewer.