Changes between Version 3 and Version 4 of CodingStyle
- Timestamp:
- Jun 22, 2014, 5:20:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v3 v4 13 13 === Comments === 14 14 15 Doxygen generates our [http:// smartmontools.sourceforge.net/doxygen/ sourcecode documentation pages]15 Doxygen generates our [http://www.smartmontools.org/static/doxygen/ sourcecode documentation pages] 16 16 automatically by ''reading'' the sourcecode. If you set a block with C++ comment lines, 17 17 where each line starts with an additional slash, the text will be shown in the doxygen generated docs.