X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=64889666b8868766488e1412db571829667f0251;hb=1ad3873b372da6187b1fbc645bf276287d2efb54;hp=84a04ee28958d133a56c003892f1eee24e6618a2;hpb=81447258e6ecc9b5d9434fa5a7d382684179c7ab;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index 84a04ee..6488966 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -428,6 +428,13 @@ Together with splitting inlines and non-inlines into separate files, this allows to automatically include the inline definitions at the right places. See above. + Private data members are named with a trailing underscore character. + + \par Rationale: + This helps distinguishing local variables from parameter names. The trailing underscore + does not interfere with other naming conventions and is allowed by the standard (underscore + at the beginning of the name are problematic since some classes of names beginning with an + underscore are reserved for the standard library implementation) */