Skip to content
Snippets Groups Projects
Commit 5047bed1 authored by Per Hedbor's avatar Per Hedbor
Browse files

[autodoc] Some reformatting.

parent 69c0aa2f
No related branches found
No related tags found
No related merge requests found
#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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment