Tools__LintRuleList.st
changeset 11300 b9accf9080e4
parent 11297 7115aaff3d0a
child 11301 99f40de78ada
equal deleted inserted replaced
11299:3e8397061396 11300:b9accf9080e4
   693     "Created: / 15-04-2010 / 19:12:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   693     "Created: / 15-04-2010 / 19:12:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   694 !
   694 !
   695 
   695 
   696 rationale
   696 rationale
   697 
   697 
   698     ^rule rationale
   698     ^ '
       
   699 <b>',rule name,'</b>
       
   700 <p>', 
       
   701 rule rationale,
       
   702 '<p>
       
   703 Class: <A ACTION="',rule className,' browse">',rule className,'</A>'
   699 
   704 
   700     "Created: / 15-04-2010 / 19:10:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   705     "Created: / 15-04-2010 / 19:10:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   706     "Modified: / 01-03-2012 / 11:58:57 / cg"
   701 !
   707 !
   702 
   708 
   703 rule
   709 rule
   704     ^ rule
   710     ^ rule
   705 !
   711 !
   737     "Created: / 15-04-2010 / 19:13:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   743     "Created: / 15-04-2010 / 19:13:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   738 ! !
   744 ! !
   739 
   745 
   740 !LintRuleList class methodsFor:'documentation'!
   746 !LintRuleList class methodsFor:'documentation'!
   741 
   747 
       
   748 version
       
   749     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.6 2012-03-01 11:03:46 cg Exp $'
       
   750 !
       
   751 
   742 version_CVS
   752 version_CVS
   743     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.5 2012-03-01 09:54:29 cg Exp $'
   753     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.6 2012-03-01 11:03:46 cg Exp $'
   744 !
   754 !
   745 
   755 
   746 version_SVN
   756 version_SVN
   747     ^ '§Id: Tools__LintRuleList.st 7619 2010-08-26 10:15:15Z vranyj1 §'
   757     ^ '§Id: Tools__LintRuleList.st 7619 2010-08-26 10:15:15Z vranyj1 §'
   748 ! !
   758 ! !