Changeset 341 for topdoc


Ignore:
Timestamp:
Mar 5, 2011 5:25:24 PM (14 years ago)
Author:
jemian
Message:

another test IOC, be sure to remove outer quotes on global symbols

Location:
topdoc/src/TopDoc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified topdoc/src/TopDoc/CmdReader.py

    r338 r341  
    303303            msg += str(args)
    304304            raise Exception, msg
    305         k, v = args
     305        k = utilities.strip_quotes( args[0] )
     306        v = utilities.strip_quotes( args[1] )
    306307        self.tables[symTable].assign(k, v, self.filename, lineNumber)
    307308        return utilities.reconstruct_line(tokens)
  • TabularUnified topdoc/src/TopDoc/config.xml

    r330 r341  
    130130  </top>
    131131
     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
    132140</TopDoc-config>
Note: See TracChangeset for help on using the changeset viewer.