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

Typos in documentations #365

Open
stevieb9 opened this issue Aug 29, 2023 · 6 comments
Open

Typos in documentations #365

stevieb9 opened this issue Aug 29, 2023 · 6 comments

Comments

@stevieb9
Copy link
Owner

In SwitchQuick(), we have public void SwitchProcess()

@stevieb9
Copy link
Owner Author

Another one in Available.

Displays the names of the versions of Perl that are available to berrybrew, as found in this.Perls, where this.Perls is a OrderedDictionary<string name, Berrybrew.StrawberryPerl>.

I believe it should be this._perls.

@stevieb9 stevieb9 changed the title Typo in API doc Typos in API doc Aug 29, 2023
@stevieb9
Copy link
Owner Author

In the Snapshot listings in the table, the protection level is not noted

@stevieb9 stevieb9 added the doc label Aug 29, 2023
@stevieb9 stevieb9 changed the title Typos in API doc Typos in documentations Aug 29, 2023
@stevieb9
Copy link
Owner Author

In berrybrew info doc:

berrybrew info <option>

The option is optional, not mandatory

@stevieb9
Copy link
Owner Author

Refactor exit in berrybrew doc. The parameter in the example is hard coded, it should be something like <errNum>.

Also, the lower example, -5 is an invalid code.

@stevieb9
Copy link
Owner Author

info is in both hidden commands and the main commands list. Verify whether it's hidden or not.

@stevieb9
Copy link
Owner Author

PerlOp.PerlGenerateObjects() no longer has a parameter. Remove it from the API doc.

internal List<StrawberryPerl> PerlGenerateObjects(bool importIntoObject=false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant