loolwsd/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit ec9cc2aeccb4457b4b896688474589c7a679095d Author: Miklos Vajna <[email protected]> Date: Fri Jan 15 07:40:51 2016 +0100 loolwsd: adjust coding style to reality E.g. it's DocumentURI::UriToDocumentURIMap, not DocumentURI::_uriToDocumentURIMap. diff --git a/loolwsd/README b/loolwsd/README index c441356..6fabf31 100644 --- a/loolwsd/README +++ b/loolwsd/README @@ -257,9 +257,8 @@ The style is roughly as follows, in rough order of importance: - As in LO, the braces { and } of the block of if, switch, and while statements go on separate lines. -- Following Poco conventions, member variables are prefixed with an - underscore. But I am not opposed to changing this to 'm_' for - instance. +- Following Poco conventions, non-static member variables are prefixed + with an underscore. Static members have a CamelCase name. - Do use C++11. I admit in some places (out of laziness or ignorance) I use Poco API even if there probably is an equivalent std:: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
