Change doxypy.py to doxypy.
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ if __name__ == '__main__':
|
|||||||
fixLines( infile.readlines(), outfid )
|
fixLines( infile.readlines(), outfid )
|
||||||
infile.close()
|
infile.close()
|
||||||
os.close( outfid )
|
os.close( outfid )
|
||||||
call( [ 'doxypy.py', outname ] )
|
call( [ 'doxypy', outname ] )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user