Krenair

Untitled

Oct 22nd, 2011
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. create dictionary of seargename -> description (incl. fields)
  2.  
  3. for each file:
  4. for each line:
  5. if line is a method/fielddeclaration:
  6. work out what the seargename is
  7. output comment
  8. output line
  9. else:
  10. output line
  11.  
Advertisement
Add Comment
Please, Sign In to add comment