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

minor LUA and trait documentation fixes, whitespace fixes #9134

Merged
merged 1 commit into from Aug 24, 2015

Conversation

clemty
Copy link
Contributor

@clemty clemty commented Aug 22, 2015

  • Typo in documentation ("proximitry").
  • Add spaces between sentences.
  • Remove most occurrences of " " (two spaces) unless clearly used as indendation
  • Punctuation (although no fullstop after filenames like "notifications.yaml").

@clemty clemty changed the title minor LUA and trait documentation fixes minor LUA and trait documentation fixes, whitespace fixes Aug 22, 2015
* Then given the list of code lengths length[0..n-1] representing a canonical
* Huffman code for n symbols, construct the tables required to decode those
* codes. Those tables are the number of codes of each length, and the symbols
* codes. Those tables are the number of codes of each length, and the symbols
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe @pchote is adding these double spaces on purpose.

@abcdefg30
Copy link
Member

👍 with above answered.

@reaperrr
Copy link
Contributor

Needs rebase.

- Typo in documentation ("proximitry").
- Add spaces between sentences.
- Remove most occurrences of "  " (two spaces) unless clearly used as indendation
- Punctuation (although no fullstop after filenames like "notifications.yaml").
@clemty
Copy link
Contributor Author

clemty commented Aug 24, 2015

reverted double spaces in comments & rebased

@@ -155,7 +155,7 @@ public MPos Clamp(MPos uv)
// Helper functions
public static class CellLayer
{
/// <summary>Create a new layer by resizing another layer. New cells are filled with defaultValue.</summary>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might have been intentional as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like html to me, and multiple whitespace characters get filtered on display? or are tags like these used by IDEs too?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<summary> is an IDE thing for code documentation and easy lookup. But I'm voting for keeping your change anyway.

@reaperrr
Copy link
Contributor

👍 once my comment has been adressed.

reaperrr added a commit that referenced this pull request Aug 24, 2015
minor LUA and trait documentation fixes, whitespace fixes
@reaperrr reaperrr merged commit 18b8eb3 into OpenRA:bleed Aug 24, 2015
@reaperrr
Copy link
Contributor

changelog

@clemty clemty deleted the docs branch September 5, 2015 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants