stevieb9 / berrybrew

Perlbrew for Windows!
Other
63 stars 9 forks source link

Typos in documentations #365

Open stevieb9 opened 10 months ago

stevieb9 commented 10 months ago

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

stevieb9 commented 10 months ago

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 commented 10 months ago

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

stevieb9 commented 10 months ago

In berrybrew info doc:

berrybrew info <option>

The option is optional, not mandatory

stevieb9 commented 10 months ago

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 commented 10 months ago

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

stevieb9 commented 10 months ago

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

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