Changes between Initial Version and Version 1 of Ticket #2016, comment 5


Ignore:
Timestamp:
Aug 10, 2013, 6:30:31 PM (11 years ago)
Author:
Jorma Rebane

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2016, comment 5

    initial v1  
    11Don's commenting style follows Doxygen guidelines. See http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html
    22
    3 It is true however that 0AD codebase mainly uses Javadoc style commenting, so /** @note ... */ instead of /*! \note ...*/. I wouldn't really worry about it though. The comments can stay as they are, since they're perfectly valid Doxygen.
     3It is true however that 0AD codebase mainly uses Javadoc style commenting, so /* * @note ... */ instead of /*! \note ...*/. I wouldn't really worry about it though. The comments can stay as they are, since they're perfectly valid Doxygen.
    44
    55As for the octree - I don't see any reason why we would ever need it.