X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=50d4691464885a1404c419c7d1fc32641af8264b;hb=63b650afb727cce067817ce9451eecb932446bf3;hp=84a04ee28958d133a56c003892f1eee24e6618a2;hpb=81447258e6ecc9b5d9434fa5a7d382684179c7ab;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index 84a04ee..50d4691 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -1,6 +1,8 @@ +// $Id$ +// // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -428,6 +430,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) */