BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bblscm.h
Go to the documentation of this file.
1/// @file bblscm.h
2///
3///
4/// @defgroup bblscm Package bblscm
5/// @brief Basic Business Library Source Control Management (bblscm)
6/// @addtogroup bbl
7/// @{
8/// @addtogroup bblscm
9/// @{
10/// * <a href="#bblscm-purpose"> Purpose</a>
11/// * <a href="#bblscm-mnemonic"> Mnemonic </a>
12/// * <a href="#bblscm-description"> Description </a>
13/// * <a href="#bblscm-hierarchical-synopsis"> Hierarchical Synopsis </a>
14/// * <a href="#bblscm-component-synopsis"> Component Synopsis </a>
15///
16/// # Purpose {#bblscm-purpose}
17/// Provide versioning information for BDE library components.
18///
19/// # Mnemonic {#bblscm-mnemonic}
20/// Basic Business Library Source Control Management (bblscm)
21///
22/// @see bslscm
23///
24/// # Description {#bblscm-description}
25/// This package provides versioning information that is incorporated
26/// into every release of the 'bbl' Package Group Library. This versioning
27/// information is in turn available to all clients of 'bbl' both at run-time and
28/// by inspection of appropriate '.o' files. Note that, except for the package
29/// name, this version functionality is repeated in every package group within the
30/// BDE library suite.
31///
32/// ## Hierarchical Synopsis {#bblscm-hierarchical-synopsis}
33///
34/// The 'bblscm' package currently has 2 components having 2 levels of physical
35/// dependency. The list below shows the hierarchical ordering of the components.
36/// @code
37/// 2. bblscm_version
38///
39/// 1. bblscm_versiontag
40/// @endcode
41///
42/// ## Component Synopsis {#bblscm-component-synopsis}
43///
44/// @ref bblscm_version :
45/// Provide source control management (versioning) information.
46///
47/// @ref bblscm_versiontag :
48/// Provide versioning information for the `bbl` package group.
49///
50/// @}
51/** @} */