COIN-OR::LEMON - Graph Library

Ticket #184: 184-header-latest-c841ae1aca29.patch

File 184-header-latest-c841ae1aca29.patch, 973 bytes (added by Peter Kovacs, 14 years ago)
  • scripts/bib2dox.py

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1266444636 -3600
    # Node ID c841ae1aca299b7274d51c506871c57b73f1311a
    # Parent  b9b2e8abe70bdc37df00c9f83602b6dec3a21241
    Modify the header of scripts/bib2dox.py (#184)
    
    diff --git a/scripts/bib2dox.py b/scripts/bib2dox.py
    a b  
    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  **********************************************************************
    1015