Changes between Version 5 and Version 6 of CodingStyle
- Timestamp:
- Jan 4, 2024, 10:14:15 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v5 v6 13 13 === Comments === 14 14 15 Doxygen generates our [http ://www.smartmontools.org/static/doxygen/ sourcecode documentation pages]15 Doxygen generates our [https://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.