Changeset 247
- Timestamp:
- Jan 25, 2011 9:55:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified topdoc/src/VxShell2Doxygen/src/vxfilter.py ¶
r246 r247 24 24 25 25 26 import os27 import pprint26 #import os 27 #import pprint 28 28 import re 29 29 import sys … … 104 104 print '#include "%s"' % item 105 105 #----- 106 namespace = conformingKey( os.path.split( DB['filename'] )[1] )106 #namespace = conformingKey( os.path.split( DB['filename'] )[1] ) 107 107 #print "namespace %s {" % namespace 108 108 #----- … … 817 817 processFile(filename) 818 818 else: 819 test_dir = ' C:/Users/Pete/Documents/projects/bcdaioc/12id/iocBoot/ioc12ida1'819 test_dir = '../ioc12ida1' 820 820 #filename = test_dir + '/industryPack.cmd' 821 821 #filename = test_dir + '/aps_st.cmd'
Note: See TracChangeset
for help on using the changeset viewer.