BDE 4.14.0 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/// [bblscm]: group__bblscm.html
10/// @{
11///
12/// # Purpose {#bblscm-purpose}
13/// Provide versioning information for BDE library components.
14///
15/// # Mnemonic {#bblscm-mnemonic}
16/// Basic Business Library Source Control Management (bblscm)
17///
18/// @see bslscm
19///
20/// # Description {#bblscm-description}
21/// This package provides versioning information that is incorporated
22/// into every release of the 'bbl' Package Group Library. This versioning
23/// information is in turn available to all clients of 'bbl' both at run-time and
24/// by inspection of appropriate '.o' files. Note that, except for the package
25/// name, this version functionality is repeated in every package group within the
26/// BDE library suite.
27///
28/// ## Hierarchical Synopsis
29///
30/// The 'bblscm' package currently has 2 components having 2 levels of physical
31/// dependency. The list below shows the hierarchical ordering of the components.
32/// @code
33/// 2. bblscm_version
34///
35/// 1. bblscm_versiontag
36/// @endcode
37///
38/// ## Component Synopsis
39///
40/// @ref bblscm_version :
41/// Provide source control management (versioning) information.
42///
43/// @ref bblscm_versiontag :
44/// Provide versioning information for the `bbl` package group.
45///
46/// @}
47/** @} */