Changes between Version 1 and Version 2 of CodeDoc
- Timestamp:
- 07/11/10 07:22:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeDoc
v1 v2 165 165 Docstrings can appear: 166 166 * At the start of a Module (File) 167 * Immediately after a '''namespace''' declaration167 * ( Should be able to appear immediately after a '''namespace''' declaration but thats currently not allowed) 168 168 * Immediately after an Object declaration: 169 169 '''class''', '''interface''', '''struct''', '''mixin''', '''enum''', '''event'''