Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a style guide oversight #682

Merged
merged 2 commits into from Jul 27, 2014
Merged

Conversation

lioncash
Copy link
Member

Fixes an oversight which says to not use mult-line comments.

Thanks @BhaaLseN for pointing this out.

@@ -34,6 +34,7 @@ Following this guide and formatting your code as detailed will likely get your p
- The opening brace for namespaces, classes, functions, enums, structs, unions, conditionals, and loops go on the next line.
- With array initializer lists and lambda expressions it is OK to keep the brace on the same line.
- References and pointers have the ampersand or asterisk against the type name, not the variable name. Example: `int* var`, not `int *var`.
- Don't use multi-line comments (`/* Comment text */`) use single-line comments (`// Comment text`) instead.

This comment was marked as off-topic.

Fixes an oversight which says to not use mult-line comments.
@BhaaLseN
Copy link
Member

lgtm ;)

@Parlane
Copy link
Member

Parlane commented Jul 27, 2014

lgtm

Parlane added a commit that referenced this pull request Jul 27, 2014
@Parlane Parlane merged commit 86db004 into dolphin-emu:master Jul 27, 2014
@lioncash lioncash deleted the style-oversight branch July 27, 2014 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants