Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
5047bed1
Commit
5047bed1
authored
10 years ago
by
Per Hedbor
Browse files
Options
Downloads
Patches
Plain Diff
[autodoc] Some reformatting.
parent
69c0aa2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/Local.pmod
+19
-10
19 additions, 10 deletions
lib/modules/Local.pmod
with
19 additions
and
10 deletions
lib/modules/Local.pmod
+
19
−
10
View file @
5047bed1
#pike __REAL_VERSION__
#pike __REAL_VERSION__
//! @[Local] gives a local module namespace used for locally
//! @[Local] gives a local module namespace used for locally
//! installed pike modules. Modules are searched for in
//! installed pike modules.
//! the directory @tt{pike_modules@} which can be located in
//!
//! the user's home directory or profile directory, or in any
//! Modules are searched for in the directory @tt{pike_modules@} which
//! of the system directories @tt{/opt/share, /usr/local/share,
//! can be located in the user's home directory or profile directory,
//! /opt@} or @tt{/usr/local/@}. The user's home directory is
//! or in any of the system directories @tt{/opt/share,
//! determined by examining the environment variable HOME, and
//! /usr/local/share, /opt@} or @tt{/usr/local/@}.
//! if that fails the environment variable USERPROFILE. If the
//!
//! environment variable PIKE_LOCAL_PATH is set, the paths specified
//! The user's home directory is determined by examining the
//! there will be searched first.
//! environment variable HOME, and if that fails the environment
//! variable USERPROFILE.
//!
//! If the environment variable PIKE_LOCAL_PATH is set, the paths
//! specified there will be searched first.
//!
//! @example
//! If the user has installed the pike module @tt{Mine.pmod@} in the
//! directory @tt{$HOME/pike_modules@}. it can be accessed as
//! @tt{Local.Mine@}.
//!
//! @seealso
//! @seealso
//! @[Local.add_path()], @[Local.remove_path()]
//! @[Local.add_path()], @[Local.remove_path()]
//!
inherit __joinnode;
inherit __joinnode;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment