Wiki

Changes between Version 4 and Version 5 of CodeDoc

Show
Ignore:
Timestamp:
07/10/14 14:23:53 (10 years ago)
Author:
ptokremin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeDoc

    v4 v5  
    134134 
    135135You can suppress (all) warnings generated for a particular line with a  
    136 trailing comment starting with the tag '''.nowarnings.''' (note leading and trailing '.').[[br]] 
     136trailing comment starting with the tag '''.no-warnings.''' (note leading and trailing '.').[[br]] 
    137137Any subsequent text after the tag is ignored. 
    138138{{{ 
    139139#!cobra 
    140140# Normally this would warn with a suggestion to remove the trailing () 
    141 callMe()    # .nowarnings.   I like explicit () for this call 
     141callMe()    # .no-warnings.   I like explicit () for this call 
    142142}}} 
    143143