diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-16 18:34:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-16 18:34:41 (GMT) |
commit | 3b98221d43ba62088538ead3aa726f81dd9202f9 (patch) | |
tree | 11aba0942df62a4f1090d7ffd3f4cb98c0c3b6ed /src/pyscanner.h | |
parent | 2620b73bf03f4ecafc9d751691dccb31cc94a4fe (diff) | |
download | Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.zip Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.tar.gz Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.tar.bz2 |
Release-1.4.4-20050817
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r-- | src/pyscanner.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h index 7ec7e40..fa009a0 100644 --- a/src/pyscanner.h +++ b/src/pyscanner.h @@ -15,11 +15,13 @@ * */ /* This code is based on the work done by the MoxyPyDoxy team - * (Linda Leong, Mike Rivera, Kim Truong, and Gabriel Estrada), executed - * as part of CS179e (Compiler design project) at the UC Riverside, - * under supervision of Peter H. Fröhlic. + * (Linda Leong, Mike Rivera, Kim Truong, and Gabriel Estrada) + * in Spring 2005 as part of CS 179E: Compiler Design Project + * at the University of California, Riverside; the course was + * taught by Peter H. Froehlich <phf@acm.org>. */ + #ifndef PYSCANNER_H #define PYSCANNER_H |