1212 # SPDX-License-Identifier: Apache-2.0
1313 # *******************************************************************************
1414
15- Module Template Documentation
16- =============================
15+ Logging Documentation
16+ =====================
1717
18- This documentation describes the structure, usage and configuration of the Bazel-based C++/Rust module template .
18+ This documentation describes the structure, usage and configuration of the Bazel-based C++/Rust logging module .
1919
2020.. contents :: Table of Contents
2121 :depth: 2
@@ -42,13 +42,13 @@ Requirements
4242Project Layout
4343--------------
4444
45- The module template includes the following top-level structure:
45+ The logging module includes the following top-level structure:
4646
47- - `score/ `: Main C++/Rust sources
48- - `tests/ `: Unit and integration tests
49- - `examples/ `: Usage examples
50- - `docs/ `: Documentation using `docs-as-code `
51- - `.github/workflows/ `: CI/CD pipelines
47+ - `` score/ ` `: Main C++/Rust sources
48+ - `` tests/ ` `: Unit and integration tests
49+ - `` examples/ ` `: Usage examples
50+ - `` docs/ `` : Documentation using `` docs-as-code ` `
51+ - `` .github/workflows/ ` `: CI/CD pipelines
5252
5353Quick Start
5454-----------
@@ -68,7 +68,7 @@ To run tests:
6868 Configuration
6969-------------
7070
71- The `project_config.bzl ` file defines metadata used by Bazel macros.
71+ The `` project_config.bzl ` ` file defines metadata used by Bazel macros.
7272
7373Example:
7474
@@ -79,7 +79,7 @@ Example:
7979 " source_code" : [" cpp" , " rust" ]
8080 }
8181
82- This enables conditional behavior (e.g., choosing `clang-tidy ` for C++ or `clippy ` for Rust).
82+ This enables conditional behavior (e.g., choosing `` clang-tidy `` for C++ or `` clippy ` ` for Rust).
8383
8484Decision records
8585----------------
0 commit comments