#9 closed defect (fixed)
specify doxygen commenting style
| Reported by: | eugene | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | code std | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
coding standard needs to have the doxygen comment style specified. ie, /! vs
<!, / */ vs /*! */, etc.
Change History (4)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Added explanatory paragraphs and example.
Code will use / for block comments (functions etc) and /< for end of line
comments (variables etc), since these look neatest.