Skip to content

Commit abddcc3

Browse files
hl662Copilot
andcommitted
fix: add docs-group-description for QuantityLoggerCategory
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 29cf567 commit abddcc3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

core/quantity/src/QuantityLoggerCategory.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
33
* See LICENSE.md in the project root for license terms and full copyright notice.
44
*--------------------------------------------------------------------------------------------*/
5+
/** @packageDocumentation
6+
* @module Logging
7+
*/
8+
59
/** Logger categories used by the `@itwin/core-quantity` package.
610
* @see [Logger]($bentley)
711
* @beta

core/quantity/src/core-quantity.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ export * from "./QuantityLoggerCategory";
2626
* @docs-group-description Quantity
2727
* Classes, Interfaces, and definitions used to format and parse quantity values.
2828
*/
29+
/**
30+
* @docs-group-description Logging
31+
* Logger categories used by this package.
32+
*/

0 commit comments

Comments
 (0)