1 |
#!/usr/bin/env |
|
1 |
#! /usr/bin/env python |
|
2 | 2 |
""" |
3 | 3 |
BibTeX to Doxygen converter |
4 | 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 | 10 |
This code is the modification of the BibTeX to XML converter |
7 |
by Vidar Bronken Gundersen et al. |
|
11 |
by Vidar Bronken Gundersen et al. |
|
12 |
See the original copyright notices below. |
|
8 | 13 |
|
9 | 14 |
********************************************************************** |
10 | 15 |
|
11 | 16 |
Decoder for bibliographic data, BibTeX |
12 | 17 |
Usage: python bibtex2xml.py bibfile.bib > bibfile.xml |
13 | 18 |
|
14 | 19 |
v.8 |
15 | 20 |
(c)2002-06-23 Vidar Bronken Gundersen |
16 | 21 |
http://bibtexml.sf.net/ |
17 | 22 |
Reuse approved as long as this notification is kept. |
18 | 23 |
Licence: GPL. |
19 | 24 |
|
0 comments (0 inline)