Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Stub method generation #64

Merged
merged 2 commits into from
Jul 24, 2018
Merged

Stub method generation #64

merged 2 commits into from
Jul 24, 2018

Conversation

Therzok
Copy link
Contributor

@Therzok Therzok commented Jul 24, 2018

No description provided.

@directhex
Copy link
Contributor

This is a test

@@ -110,7 +131,10 @@ public struct ByteArray
/// The following bytes are moved down one place.
///</summary>
///<returns>the #GByteArray</returns>
public ByteArray RemoveIndex (uint index_);
public ByteArray RemoveIndex (uint index_)
Copy link
Contributor

Choose a reason for hiding this comment

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

This was here before, but we probably should make a note to fix this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The underscore?

Copy link
Contributor

Choose a reason for hiding this comment

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

sorry, yes. We probably shouldn't have variable names index_ :)

@Therzok Therzok merged commit ad9006f into master Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants