summaryrefslogtreecommitdiffstats
path: root/src/pycode.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-09-16 18:34:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-09-16 18:34:41 (GMT)
commit143b39e71a45892c2b8e8bf22f5d448b441bf36a (patch)
tree11aba0942df62a4f1090d7ffd3f4cb98c0c3b6ed /src/pycode.h
parent360bc2535d89e99bbd159ca695813dcdba49c71b (diff)
downloadDoxygen-143b39e71a45892c2b8e8bf22f5d448b441bf36a.zip
Doxygen-143b39e71a45892c2b8e8bf22f5d448b441bf36a.tar.gz
Doxygen-143b39e71a45892c2b8e8bf22f5d448b441bf36a.tar.bz2
Release-1.4.4-20050817
Diffstat (limited to 'src/pycode.h')
-rw-r--r--src/pycode.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pycode.h b/src/pycode.h
index 5f2b614..4bf034a 100644
--- a/src/pycode.h
+++ b/src/pycode.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 PYCODE_H
#define PYCODE_H