Projects
Kolab:16:Testing:Candidate
erlang-relx
relx-2.0.0-doc.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File relx-2.0.0-doc.patch of Package erlang-relx (Revision 1)
Currently displaying revision
1
,
Show latest
diff -Ndur relx-2.0.0/src/relx.erl relx-2.0.0-doc/src/relx.erl --- relx-2.0.0/src/relx.erl 2015-05-09 04:31:43.000000000 +0300 +++ relx-2.0.0-doc/src/relx.erl 2015-05-31 04:17:01.000000000 +0300 @@ -79,8 +79,8 @@ %% @doc provides an API to run the Relx process from erlang applications %% -%% @param RelName - The release name to build (maybe `undefined`) -%% @param RelVsn - The release version to build (maybe `undefined`) +%% @param RelName - The release name to build (maybe `undefined') +%% @param RelVsn - The release version to build (maybe `undefined') %% @param Goals - The release goals for the system in depsolver or Relx goal %% format %% @param LibDirs - The library dirs that should be used for the system @@ -96,8 +96,8 @@ %% @doc provides an API to run the Relx process from erlang applications %% %% @param RootDir - The root directory for the project -%% @param RelName - The release name to build (maybe `undefined`) -%% @param RelVsn - The release version to build (maybe `undefined`) +%% @param RelName - The release name to build (maybe `undefined') +%% @param RelVsn - The release version to build (maybe `undefined') %% @param Goals - The release goals for the system in depsolver or Relx goal %% format %% @param LibDirs - The library dirs that should be used for the system @@ -112,8 +112,8 @@ %% @doc provides an API to run the Relx process from erlang applications %% %% @param RootDir - The root directory for the system -%% @param RelName - The release name to build (maybe `undefined`) -%% @param RelVsn - The release version to build (maybe `undefined`) +%% @param RelName - The release name to build (maybe `undefined') +%% @param RelVsn - The release version to build (maybe `undefined') %% @param Goals - The release goals for the system in depsolver or Relx goal %% format %% @param LibDirs - The library dirs that should be used for the system diff -Ndur relx-2.0.0/src/rlx_app_info.erl relx-2.0.0-doc/src/rlx_app_info.erl --- relx-2.0.0/src/rlx_app_info.erl 2015-05-09 04:31:43.000000000 +0300 +++ relx-2.0.0-doc/src/rlx_app_info.erl 2015-05-31 04:15:21.000000000 +0300 @@ -21,18 +21,18 @@ %%% @doc This module represents useful, relevant information about an %%% application. The relevant information is. %%% -%%% <ul> -%%% <li> Name - The application name as an atom </li> -%%% <li> Vsn - The application version as a list </li> -%%% <li> The root directory of the application. The directory that contains the -%%% ebin/src/priv etc </li> -%%% <li> Active Deps - The Active or 'application' dependencies of the OTP +%%% <ul> +%%% <li> Name - The application name as an atom </li> +%%% <li> Vsn - The application version as a list </li> +%%% <li> The root directory of the application. The directory that contains the +%%% ebin/src/priv etc </li> +%%% <li> Active Deps - The Active or 'application' dependencies of the OTP %%% App. That is the things in the 'applications' property of the application -%%% metadata </li> -%%% <li> Library Deps - The Inactive or Library dependencies of the ATP +%%% metadata </li> +%%% <li> Library Deps - The Inactive or Library dependencies of the ATP %%% app. That is the things in the 'included_applications property of the %%% application metadata. -%%% </ul> +%%% </ul> %%% -module(rlx_app_info). diff -Ndur relx-2.0.0/src/rlx_depsolver.erl relx-2.0.0-doc/src/rlx_depsolver.erl --- relx-2.0.0/src/rlx_depsolver.erl 2015-05-09 04:31:43.000000000 +0300 +++ relx-2.0.0-doc/src/rlx_depsolver.erl 2015-05-31 04:32:40.437766702 +0300 @@ -112,11 +112,7 @@ %%============================================================================ %% type %%============================================================================ --ifdef(namespaced_types). -type dep_graph() :: gb_tree:tree(). --else. --type dep_graph() :: gb_tree(). --endif. -opaque t() :: {?MODULE, dep_graph()}. -type pkg() :: {pkg_name(), vsn()}. -type pkg_name() :: string() | binary() | atom(). @@ -334,7 +330,7 @@ %% could not be satisified. These may also have versions attached. %% Example: %% -%% ```(foo = 1.2.0), bar``` +%% ```(foo = 1.2.0), bar''' %% -spec format_roots([constraints()]) -> iolist(). format_roots(Roots) -> @@ -344,7 +340,7 @@ %% @doc Return a formatted list of the culprit depenedencies which led to %% the dependencies not being satisfied. Example: %% -%% ```(foo = 1.2.0) -> (bar > 2.0.0)``` +%% ```(foo = 1.2.0) -> (bar > 2.0.0)''' -spec format_culprits([{[constraint()], [constraint()]}]) -> iolist(). format_culprits(Culprits) -> rlx_depsolver_culprit:format_culprits(Culprits). diff -Ndur relx-2.0.0/src/rlx_release.erl relx-2.0.0-doc/src/rlx_release.erl --- relx-2.0.0/src/rlx_release.erl 2015-05-09 04:31:43.000000000 +0300 +++ relx-2.0.0-doc/src/rlx_release.erl 2015-05-31 04:13:48.000000000 +0300 @@ -181,7 +181,7 @@ ?RLX_ERROR({not_realized, Name, Vsn}) end. -%% @doc produce the canonical name (<name>-<vsn>) for this release +%% @doc produce the canonical name (<name>-<vsn>) for this release -spec canonical_name(t()) -> string(). canonical_name(#release_t{name=Name, vsn=Vsn}) -> erlang:binary_to_list(erlang:iolist_to_binary([erlang:atom_to_list(Name), "-",
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.