Hi list,
I've now heard two conflicting instructions on multi-line comments in osmocom code; I'd like this clarified, which is the preferred multiline comment style?
From Holger, first hand:
/* * multi * line */
vs. from Harald (?), via hearsay:
/* multi * line */
The first is easier to edit, while the last takes up less space... I always used the shorter one until Holger told me to expand.
Thanks,
~Neels