X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=a74b1dda470a5977bedf226f8e435352d3c15183;hb=2d5a1fd2cef2d84e16226a7336948f524fbb71c6;hp=84a04ee28958d133a56c003892f1eee24e6618a2;hpb=81447258e6ecc9b5d9434fa5a7d382684179c7ab;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index 84a04ee..a74b1dd 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// Copyright (C) 2007 +// 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) */