mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
638 stars 208 forks source link

Doxygen: standardize comment style #859

Open terrillmoore opened 2 years ago

terrillmoore commented 2 years ago

Some places use //!; some use ///; some use /*! .... */.

Some places try to make the source code look readable; others are just inserted as quickly as possible.

In some places the functional documentation is with the code (my personal preference); others, it's in the header files.

Filing an issue so commits can reference it.