On Oct 19, 2009 at 22:36, Olle E. Johansson <oej(a)edvina.net> wrote:
Module: sip-router
Branch: master
Commit: 5a03489e539be9a42994533e55026cc7710d131c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a03489…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Mon Oct 19 22:35:43 2009 +0200
- Doxygen updates on core files
First of all thanks a lot for the many doxygen updates.
I do have 2 requests though:
1. Could you make sure you don't use lines longer then 79 characters?
(some of the comments you modified no longer respect this)
2. Could you (in the future) please use javadoc style for files in the core,
tm and files added by me? That means using /** shortdesc . ...
instead of /*! \brief shortdesc */
I personally find comments with backslashes hard to read (I cannot read them
quickly, I always have a tendency to stop at escaped chars) and they
distract me a lot.
Andrei