Wiki

Changes between Version 1 and Version 2 of CodeDoc

Show
Ignore:
Timestamp:
07/11/10 07:22:24 (14 years ago)
Author:
hopscc
Comment:

editorialise lack of docString on namespaces

Legend:

Unmodified
Added
Removed
Modified
  • CodeDoc

    v1 v2  
    165165Docstrings can appear: 
    166166    * At the start of a Module (File) 
    167     * Immediately after a '''namespace''' declaration 
     167    * ( Should be able to appear immediately after a '''namespace''' declaration but thats currently not allowed) 
    168168    * Immediately after an Object declaration: 
    169169      '''class''', '''interface''', '''struct''', '''mixin''', '''enum''', '''event'''