put the annotated .html file next to the .c file to fix annotation when the .c file...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 9 May 2008 07:28:36 +0000 (09:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 9 May 2008 07:28:36 +0000 (09:28 +0200)
commitbb72b52d5b6a5c5660182390d2110570cb8f74ac
treec8b3f60eef700023d38d880edf09711cc49593c9
parent0aea8272512c851c48f4851e5883d16a27fbafac
put the annotated .html file next to the .c file to fix annotation when the .c file is not in the same directory as the .pyx file
Cython/Compiler/Annotate.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py