X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FCodingStyle.html;h=8deca8f1af7224fb40dba27a2489bc79cb403610;hb=98aabcd507dd44fa7d2c8dc7dbfccb346eae84a3;hp=938d7499f3fee701a5290f0a524783254d2f4e95;hpb=838aac83afff668878c670b055ff5d4f8bfd2b5f;p=gdcm.git diff --git a/Doc/Website/CodingStyle.html b/Doc/Website/CodingStyle.html index 938d7499..8deca8f1 100644 --- a/Doc/Website/CodingStyle.html +++ b/Doc/Website/CodingStyle.html @@ -256,7 +256,7 @@ and not T* foo = 0; nor - T * foo; + T * foo = 0; - Assume T is a given type. When declaring or defining with the "reference to T" notation, the & character must be adjacent to the variable and not the type. That is use :