- Timestamp:
- Mar 5, 2011 5:25:24 PM (14 years ago)
- Location:
- topdoc/src/TopDoc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified topdoc/src/TopDoc/CmdReader.py ¶
r338 r341 303 303 msg += str(args) 304 304 raise Exception, msg 305 k, v = args 305 k = utilities.strip_quotes( args[0] ) 306 v = utilities.strip_quotes( args[1] ) 306 307 self.tables[symTable].assign(k, v, self.filename, lineNumber) 307 308 return utilities.reconstruct_line(tokens) -
TabularUnified topdoc/src/TopDoc/config.xml ¶
r330 r341 130 130 </top> 131 131 132 <top name="Linux soft IOC on morel"> 133 <rootDir>/usr/local/epics/ioc/morel</rootDir> 134 <iocs> 135 <ioc name="iocLinux" cmdFile="st.cmd"/> 136 </iocs> 137 <docsDir>html</docsDir> 138 </top> 139 132 140 </TopDoc-config>
Note: See TracChangeset
for help on using the changeset viewer.