Skip to content

Commit

Permalink
extend the documentation of SetPackagePath
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Jan 28, 2025
1 parent c026978 commit 80712f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/package.gd
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,12 @@ DeclareGlobalFunction( "LoadAllPackages" );
## contained in the <F>PackageInfo.g</F> file at <A>pkgpath</A> instead,
## such that only the version installed at <A>pkgpath</A> can be loaded
## with <Ref Func="LoadPackage"/>.
## <P/>
## One should call <Ref Func="SetPackagePath"/> immediately before loading
## the package in question.
## Note that calling <Ref Func="ExtendPackageDirectories"/> or
## <Ref Func="ExtendRootDirectories"/> may change the available versions
## of the package <A>pkgname</A>.
## </Description>
## </ManSection>
## <#/GAPDoc>
Expand Down

0 comments on commit 80712f2

Please sign in to comment.