SmalltalkCodeGeneratorTool.st
changeset 17557 97a1ae3f0b02
parent 17528 da32a6fe0427
child 18069 d4a380bc5227
equal deleted inserted replaced
17556:623c0e2a579d 17557:97a1ae3f0b02
  2001 ' , (existingComment ? '    documentation to be added.') , '
  2001 ' , (existingComment ? '    documentation to be added.') , '
  2002 
  2002 
  2003     [author:]
  2003     [author:]
  2004         ' ", userName 
  2004         ' ", userName 
  2005           , ' (' , emailAddress , ')' "
  2005           , ' (' , emailAddress , ')' "
  2006         , (UserPreferences current historyManagerSignature)?'' , '
  2006         , ((UserPreferences current historyManagerSignature)?'') , '
  2007 
  2007 
  2008     [instance variables:]
  2008     [instance variables:]
  2009 
  2009 
  2010     [class variables:]
  2010     [class variables:]
  2011 
  2011 
  2021             inCategory:#documentation.
  2021             inCategory:#documentation.
  2022     ].
  2022     ].
  2023 
  2023 
  2024     "Modified: / 24-11-2006 / 15:54:27 / cg"
  2024     "Modified: / 24-11-2006 / 15:54:27 / cg"
  2025     "Modified: / 04-02-2011 / 08:24:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2025     "Modified: / 04-02-2011 / 08:24:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2026     "Modified: / 12-06-2017 / 12:46:47 / Maren"
  2026     "Modified: / 23-06-2017 / 15:56:15 / Maren"
  2027 !
  2027 !
  2028 
  2028 
  2029 createExamplesMethodFor:aClass
  2029 createExamplesMethodFor:aClass
  2030     "add examples method containing examples template
  2030     "add examples method containing examples template
  2031      but only if not already present."
  2031      but only if not already present."