Show
Ignore:
Timestamp:
12/29/06 10:23:39 (2 years ago)
Author:
cneumann
Message:

- base templates to generate full set of access methods

for non-ptr mfields (including clear())
(full regeneration of base files in follow up commit)

- indented control statements in template files.
- do not screw up preformatted documentation from fcd files

in generated output.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Tools/fcd2code/FCDReader.py

    r425 r458  
    5656            self.m_elemStack.top().setFCD("description", content.lstrip(" \t")); 
    5757        else: 
    58             currDesc = currDesc + content.lstrip(" \t"); 
     58            currDesc += content.lstrip(" \t"); 
    5959            self.m_elemStack.top().setFCD("description", currDesc); 
    6060