![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| updateDocumentation | |
Variables | |
| updateDocumentation.wdir = os.environ["SYSTTOOLSPATH"] | |
| string | updateDocumentation.pydir = wdir+"/local/bin" |
| string | updateDocumentation.docdir = wdir+"/documentation" |
| updateDocumentation.pymodule = pyfile.replace(".py","") | |
| updateDocumentation.fin = open ("%s/%s.doc" %(docdir, pymodule), 'r') | |
| updateDocumentation.fout = open ("%s/%s.md" %(docdir, pymodule), 'w') | |
| bool | updateDocumentation.inHeader = True |
| int | updateDocumentation.countSpaces = 0 |
| string | updateDocumentation.lineOut = "" |
| bool | updateDocumentation.inPrefix = True |
| string | updateDocumentation.line = lineOut |
| string | updateDocumentation.lout = line |
1.8.18