Skip to content

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented May 5, 2025

Attach more elements to specific categories to better group them in the HTML API documentation
Add new categories:

  • Animation
  • Change
  • Event
  • Geometry
  • Serialization
  • Shape
  • Utils

Reduce the number of typedoc warnings.
Also improve the JSDoc in various places.

Summary by CodeRabbit

  • Documentation
    • Improved and reorganized documentation with new and updated JSDoc category annotations across classes, types, and exports for clearer grouping in generated docs.
    • Reformatted and clarified example code and comments for multiple classes to use modern JavaScript syntax and updated terminology.
    • Enhanced documentation consistency by updating default value annotations and removing outdated or redundant tags.
    • Adjusted documentation category ordering for better navigation in generated documentation.
    • Fixed minor typos in comments.

Attach more elements to specific categories to better group them in the HTML API documentation
Add new categories:
  - Animation
  - Change
  - Event
  - Geometry
  - Serialization
  - Shape
  - Utils

Reduce the number of typedoc warnings.
Also improve the JSDoc in various places.
@tbouffard tbouffard added the documentation Improvements or additions to documentation label May 5, 2025
Copy link

coderabbitai bot commented May 5, 2025

Walkthrough

This set of changes focuses on improving and standardizing the documentation across various files in the codebase, primarily through the addition and refinement of JSDoc comments and category annotations. Categories such as "Animation," "Change," "Event," "Geometry," "Serialization," "Shape," "Style," "Utils," "GUI," "Navigation," and "Configuration" are introduced or reorganized to better group and clarify the purpose of classes, types, and exports for documentation generation. Example code snippets in documentation are modernized for clarity and consistency. No functional, logical, or structural code changes are made; all updates are limited to documentation and metadata.

Changes

Files/Group Change Summary
packages/core/src/Client.ts Added JSDoc @category Configuration to the Client class.
packages/core/src/editor/EditorToolbar.ts Updated JSDoc comments for spacing and connectOnDrop properties to use @default tags.
packages/core/src/index.ts Reorganized and annotated utility exports with JSDoc @category tags; moved and deduplicated some exports; no changes to exported entities.
packages/core/src/types.ts Added JSDoc @category tags to various type declarations for "Change", "Event", "GUI", "Shape", "Style".
packages/core/src/view/animate/Animation.ts
packages/core/src/view/animate/Effects.ts
packages/core/src/view/animate/Morphing.ts
Added JSDoc @category Animation to class-level comments; reformatted example and constructor documentation for Morphing.
packages/core/src/view/canvas/XmlCanvas2D.ts Added JSDoc @category Serialization to the XmlCanvas2D class.
packages/core/src/view/cell/CellStatePreview.ts Removed @memberof mxCellStatePreview from method comments.
packages/core/src/view/event/EventObject.ts Updated class-level JSDoc: renamed references, added constructor docs, added @category Event.
packages/core/src/view/event/EventSource.ts
packages/core/src/view/event/InternalEvent.ts
Added JSDoc @category Event to class-level comments.
packages/core/src/view/event/InternalMouseEvent.ts Replaced old constructor comment with JSDoc @category Event; moved and updated constructor documentation.
packages/core/src/view/geometry/Geometry.ts
packages/core/src/view/geometry/Point.ts
packages/core/src/view/geometry/Rectangle.ts
Added or updated JSDoc @category Geometry to class-level comments; reformatted constructor documentation.
packages/core/src/view/geometry/Shape.ts Added JSDoc @category Shape to class-level comment.
packages/core/src/view/geometry/stencil/StencilShape.ts Added JSDoc @category Shape to StencilShapeConfig and StencilShape documentation.
packages/core/src/view/geometry/stencil/StencilShapeRegistry.ts Added JSDoc @category Configuration and @category Shape to class-level comment.
packages/core/src/view/image/ImageExport.ts Added JSDoc @category Serialization to class-level comment.
packages/core/src/view/layout/PartitionLayout.ts Updated JSDoc comments: used @default, improved inline links, removed detailed method comment.
packages/core/src/view/other/Outline.ts Revised and modernized class-level JSDoc, updated example code, added @category Navigation.
packages/core/src/view/other/PanningManager.ts Added JSDoc @category Navigation to class-level comment.
packages/core/src/view/plugins/PanningHandler.ts Added @category Navigation to existing @category Plugin in class-level comment.
packages/core/src/view/style/marker/EdgeMarkerRegistry.ts Added JSDoc @category Configuration and @category Style to class-level comment.
packages/core/src/view/undoable_changes/CellAttributeChange.ts Revised and modernized class-level JSDoc, added constructor documentation.
packages/core/src/view/undoable_changes/ChildChange.ts
packages/core/src/view/undoable_changes/CollapseChange.ts
packages/core/src/view/undoable_changes/GeometryChange.ts
packages/core/src/view/undoable_changes/RootChange.ts
packages/core/src/view/undoable_changes/ValueChange.ts
packages/core/src/view/undoable_changes/VisibleChange.ts
Simplified class-level JSDoc comments, replacing detailed or multiline docs with @category Change.
packages/core/src/view/undoable_changes/CurrentRootChange.ts
packages/core/src/view/undoable_changes/SelectionChange.ts
packages/core/src/view/undoable_changes/StyleChange.ts
packages/core/src/view/undoable_changes/TerminalChange.ts
Added or updated JSDoc @category Change to class-level comments.
packages/core/src/view/undoable_changes/UndoableEdit.ts Fixed a typographical error in a comment.
packages/core/tsconfig.json Reordered and expanded TypeDoc categoryOrder for documentation; added new categories.

Sequence Diagram(s)

No sequence diagrams are generated since all changes are documentation-only and do not affect control flow or introduce new features.

Possibly related PRs

  • maxGraph/maxGraph#795: Refactors the ShapeValue type and enhances its documentation, which relates to this PR's addition of JSDoc category annotations to the same type in packages/core/src/types.ts. Both PRs modify the ShapeValue type and its documentation.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 39d7714 and 9daea8e.

📒 Files selected for processing (2)
  • packages/core/src/editor/EditorToolbar.ts (1 hunks)
  • packages/core/src/view/geometry/Point.ts (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • packages/core/src/editor/EditorToolbar.ts
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/core/src/view/geometry/Point.ts
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
packages/core/src/view/canvas/XmlCanvas2D.ts (1)

25-27: Add a brief summary above @category for consistency.

The new JSDoc block only declares the category without any description. For better documentation (and to match other classes such as ImageExport), prepend a one-line summary. For example:

/**
 * XML canvas implementation for serializing drawing commands.
 * @category Serialization
 */
packages/core/src/view/geometry/Point.ts (1)

25-27: Consider adding @param tags to the constructor.

Although the constructor has a description, explicit @param annotations improve clarity:

/**
 * Constructs a new point for the optional x and y coordinates.
 *
 * @param x - The x-coordinate (default is 0).
 * @param y - The y-coordinate (default is 0).
 */
packages/core/src/editor/EditorToolbar.ts (2)

86-87: Remove duplicated default info from description or adjust @default usage.

The description already mentions “Default is 4 (40 pixels).” and there’s a @default 4 tag. You may want to either:

  • Remove the “Default is 4 (40 pixels).” from the description, or
  • Clarify units in the tag (e.g., @default 4 vs. @default 40px) for consistency.
- * Defines the spacing ... Default is 4 (40 pixels).
- *
- * @default 4
+ * Defines the spacing between existing and new vertices in gridSize units when dropped.
+ *
+ * @default 4

93-93: Remove trailing period in @default tag.

Standard JSDoc syntax for @default values avoids trailing punctuation:

- * @default false.
+ * @default false
packages/core/src/view/other/Outline.ts (1)

197-197: Document the sizer property

There is a // TODO: Document me!! comment above the sizer property. Please add a JSDoc comment describing its purpose and usage.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bc45f4c and 39d7714.

📒 Files selected for processing (38)
  • packages/core/src/Client.ts (1 hunks)
  • packages/core/src/editor/EditorToolbar.ts (1 hunks)
  • packages/core/src/index.ts (3 hunks)
  • packages/core/src/types.ts (7 hunks)
  • packages/core/src/view/animate/Animation.ts (1 hunks)
  • packages/core/src/view/animate/Effects.ts (1 hunks)
  • packages/core/src/view/animate/Morphing.ts (1 hunks)
  • packages/core/src/view/canvas/XmlCanvas2D.ts (1 hunks)
  • packages/core/src/view/cell/CellStatePreview.ts (0 hunks)
  • packages/core/src/view/event/EventObject.ts (1 hunks)
  • packages/core/src/view/event/EventSource.ts (1 hunks)
  • packages/core/src/view/event/InternalEvent.ts (1 hunks)
  • packages/core/src/view/event/InternalMouseEvent.ts (1 hunks)
  • packages/core/src/view/geometry/Geometry.ts (1 hunks)
  • packages/core/src/view/geometry/Point.ts (1 hunks)
  • packages/core/src/view/geometry/Rectangle.ts (1 hunks)
  • packages/core/src/view/geometry/Shape.ts (1 hunks)
  • packages/core/src/view/geometry/stencil/StencilShape.ts (2 hunks)
  • packages/core/src/view/geometry/stencil/StencilShapeRegistry.ts (1 hunks)
  • packages/core/src/view/image/ImageExport.ts (1 hunks)
  • packages/core/src/view/layout/PartitionLayout.ts (1 hunks)
  • packages/core/src/view/other/Outline.ts (1 hunks)
  • packages/core/src/view/other/PanningManager.ts (1 hunks)
  • packages/core/src/view/plugins/PanningHandler.ts (1 hunks)
  • packages/core/src/view/style/marker/EdgeMarkerRegistry.ts (1 hunks)
  • packages/core/src/view/undoable_changes/CellAttributeChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/ChildChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/CollapseChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/CurrentRootChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/GeometryChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/RootChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/SelectionChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/StyleChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/TerminalChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/UndoableEdit.ts (1 hunks)
  • packages/core/src/view/undoable_changes/ValueChange.ts (1 hunks)
  • packages/core/src/view/undoable_changes/VisibleChange.ts (1 hunks)
  • packages/core/tsconfig.json (2 hunks)
💤 Files with no reviewable changes (1)
  • packages/core/src/view/cell/CellStatePreview.ts
🧰 Additional context used
🧬 Code Graph Analysis (1)
packages/core/src/view/undoable_changes/CellAttributeChange.ts (2)
packages/core/src/types.ts (1)
  • UndoableChange (38-42)
packages/core/src/view/cell/Cell.ts (1)
  • Cell (66-892)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: build (macos-14)
  • GitHub Check: build (windows-2022)
  • GitHub Check: build
🔇 Additional comments (48)
packages/core/src/view/geometry/Geometry.ts (1)

82-84: Add @category Geometry tag
The new @category Geometry JSDoc annotation correctly classifies this class in the Geometry section of the generated documentation, improving organization and discoverability.

packages/core/src/view/undoable_changes/CurrentRootChange.ts (1)

26-28: Add @category Change tag
Including the @category Change annotation aligns this undoable change class with the PR’s documentation categorization scheme, grouping it under Change actions.

packages/core/src/view/undoable_changes/StyleChange.ts (1)

25-26: Replace class tag with @category Change
Switching from the old @class tag to @category Change standardizes this class with other undoable changes and improves consistency.

packages/core/src/view/event/InternalEvent.ts (1)

66-68: Add @category Event tag
The newly added @category Event annotation properly categorizes this internal event helper class for documentation, matching similar event-related entities.

packages/core/src/view/geometry/stencil/StencilShapeRegistry.ts (1)

44-47: Add @category Configuration and @category Shape tags
Adding both @category Configuration and @category Shape annotations ensures this registry is discoverable under configuration utilities and shape-related docs, following the PR’s dual-categorization pattern.

packages/core/src/view/style/marker/EdgeMarkerRegistry.ts (1)

32-34: Consistent JSDoc category annotations applied
The new @category Configuration and @category Style tags align with the project's documentation conventions and improve API organization.

packages/core/src/view/image/ImageExport.ts (1)

47-48: Added @category Serialization JSDoc tag
Categorizing ImageExport under "Serialization" enhances documentation clarity and aligns with other serialization classes.

packages/core/src/view/undoable_changes/UndoableEdit.ts (1)

60-60: Fixed typographical error in JSDoc comment
Corrected "changeswas" to "changes was" for improved readability.

packages/core/src/Client.ts (1)

21-23: Added @category Configuration to Client
This categorization improves documentation organization for the Client class.

packages/core/src/view/undoable_changes/RootChange.ts (1)

25-26: Simplified class-level JSDoc with @category Change
Streamlines documentation and aligns RootChange with other undoable change classes.

packages/core/src/view/undoable_changes/ValueChange.ts (1)

25-26: Category tag placement is correct.

The JSDoc has a concise description and the @category Change tag is in the right position. No further changes needed.

packages/core/src/view/undoable_changes/VisibleChange.ts (1)

25-26: Category tag placement is correct.

The JSDoc has a concise class description and the @category Change tag is properly added. Looks good.

packages/core/src/view/geometry/Point.ts (1)

22-23: Category tag placement is correct.

The @category Geometry tag is added right after the class description, matching the project’s convention. No changes required here.

packages/core/src/view/geometry/Rectangle.ts (2)

21-25: Add Geometry category to Rectangle JSDoc
The new @category Geometry tag correctly groups this class under the Geometry section in the generated docs.


27-29: Simplify constructor JSDoc
The concise constructor description aligns with the PR’s goal of streamlined, accurate documentation.

packages/core/src/view/layout/PartitionLayout.ts (2)

68-71: Annotate default for resizeVertices
Replacing the inline default text with @default true standardizes default-value documentation across the codebase.


73-76: Use inline link in isHorizontal() JSDoc
Linking directly to the horizontal property improves clarity and navigability in the docs.

packages/core/src/view/other/PanningManager.ts (1)

26-29: Add Navigation category to PanningManager
The @category Navigation tag consistently groups panning-related classes under navigation in the API docs.

packages/core/src/view/animate/Animation.ts (1)

24-27: Add Animation category to Animation class
Including @category Animation ensures this class appears in the Animation section of the documentation.

packages/core/src/view/undoable_changes/SelectionChange.ts (1)

24-28: Add Change category to SelectionChange JSDoc
The @category Change tag correctly categorizes this undoable change under Change operations in the docs.

packages/core/src/view/undoable_changes/TerminalChange.ts (1)

24-26: Consistent JSDoc categorization added
The @category Change tag is correctly inserted into the class-level JSDoc, aligning this change class with others in the module.

packages/core/src/view/undoable_changes/GeometryChange.ts (1)

26-26: Consistent JSDoc categorization added
The @category Change tag is properly added to categorize this geometry change class alongside its counterparts.

packages/core/src/view/animate/Effects.ts (1)

33-35: Consistent JSDoc categorization added
The @category Animation tag has been correctly applied to the Effects class JSDoc, grouping it with other animation-related APIs.

packages/core/src/view/undoable_changes/CollapseChange.ts (1)

25-26: Consistent JSDoc categorization added
The @category Change annotation is now present, standardizing the documentation of this collapse change class with the rest of the module.

packages/core/src/view/plugins/PanningHandler.ts (1)

60-62: Additional JSDoc categorization added
The @category Navigation tag complements the existing @category Plugin, making the handler appear under both plugin and navigation sections as intended.

packages/core/src/view/event/EventSource.ts (1)

46-46: Appropriate categorization under "Event".

The addition of @category Event correctly classifies the EventSource class for documentation grouping and aligns it with other event-related entities.

packages/core/src/view/geometry/Shape.ts (1)

86-87: Correct category assigned for Shape.

The @category Shape tag accurately groups the Shape class under the Shape category. Its placement immediately after the description and before the class declaration is consistent with the project's JSDoc conventions.

packages/core/src/view/geometry/stencil/StencilShape.ts (2)

35-36: Dual categorization for configuration and shapes.

The StencilShapeConfig export is now tagged with both @category Configuration and @category Shape. If the goal is to list this configuration object under both categories in the generated docs, this is correct—but please verify that Typedoc supports multiple @category entries on a single symbol.


65-66: Categorize StencilShape correctly.

Adding @category Shape to the StencilShape class aligns it with other geometry entities and improves discoverability. The tag placement is consistent with the surrounding JSDoc blocks.

packages/core/src/view/undoable_changes/ChildChange.ts (1)

25-25: Consistent change grouping.

Tagging ChildChange with @category Change correctly groups it alongside other undoable change classes, streamlining the documentation and matching the style of sibling files.

packages/core/src/view/event/InternalMouseEvent.ts (2)

52-52: Correct category tag for internal mouse events.

Adding @category Event to InternalMouseEvent aligns it with other event classes and ensures consistent grouping in the API documentation.


55-60: Constructor documentation enhanced.

The newly introduced JSDoc comment for the constructor uses @param annotations with a {@link CellState} reference, clearly describes default values, and follows the project's formatting conventions.

packages/core/tsconfig.json (1)

23-47: Verify updated category order meets documentation needs

The new categoryOrder array has been expanded with the added categories (Animation, Change, Event, Geometry, Serialization, Shape, Utils) in the intended positions. This aligns with the newly annotated JSDoc tags across the codebase and should reduce Typedoc warnings.

packages/core/src/view/event/EventObject.ts (1)

21-32: Approve enhanced JSDoc and category annotation

The class-level documentation has been clarified (renaming mxEventObjectEventObject), usage examples are well formatted, and the @category Event tag correctly groups this class.

packages/core/src/view/undoable_changes/CellAttributeChange.ts (1)

21-42: Approve revised documentation and category tagging

The JSDoc has been streamlined with modern code examples (const), the wording is concise, and the @category Change tag correctly categorizes this undoable change action.

packages/core/src/view/animate/Morphing.ts (2)

26-47: Approve class-level JSDoc improvements

The top-level comment now clearly describes the Morphing class, includes a working example with const, and adds the @category Animation tag in line with other animation components.


49-56: Approve constructor JSDoc enhancements

The constructor’s JSDoc now documents all parameters with default values (steps = 6, ease = 1.5, optional delay) and clarifies their roles.

packages/core/src/view/other/Outline.ts (1)

42-71: Approve Outline class documentation and categorization

The class JSDoc has been modernized with clear descriptions, updated examples using const, and the @category Navigation tag added for improved grouping in the navigation section of the API docs.

packages/core/src/index.ts (4)

133-144: Consistent @category Utils for pure utility exports
The addition of @category Utils JSDoc tags to these exports (cellArrayUtils, cloneUtils, constants, domUtils, gestureUtils, mathUtils, printUtils, stringUtils, styleUtils, xmlUtils, requestUtils) aligns with the updated TypeDoc configuration and improves discoverability of core utilities.

Also applies to: 150-153, 159-162, 163-166, 167-170, 171-174, 175-178, 179-182, 234-237


145-149: Dual categories for DomHelpers: GUI & Utils
Annotating DomHelpers with both @category GUI and @category Utils correctly reflects its cross-cutting role. Verify that the TypeDoc category order (GUI before Utils) matches intended documentation layout.


154-158: Categorized eventUtils under Event & Utils
Applying @category Event alongside @category Utils accurately groups eventUtils as an event-related helper within the utilities section.


222-226: Dual categories for guiUtils: GUI & Utils
Marking guiUtils under both @category GUI and @category Utils is consistent with its functionality. Confirm the final ordering in the generated docs is as expected.

packages/core/src/types.ts (6)

37-38: Categorize UndoableChange under Change
Adding @category Change to the UndoableChange type brings it in line with other undoable change classes and supports clearer documentation grouping.


1158-1162: Group core event types under Event
Each of the event-related types (Listener, ListenerTarget, Listenable, MouseEventListener, KeyboardEventListener, GestureEvent, MouseListenerSet, EventCache) has been correctly annotated with @category Event, enhancing their discoverability in the API reference.

Also applies to: 1164-1168, 1170-1175, 1177-1181, 1184-1189, 1191-1193


1209-1210: Categorize PopupMenuItem under GUI
The @category GUI tag on the PopupMenuItem interface aligns it with other GUI constructs (e.g., DomHelpers, MaxForm) for coherent documentation.


974-976: Add Shape category to shape-related value types
The supplementary @category Shape tags on ShapeValue and StyleShapeValue complement their existing @category Style annotations, properly grouping them under shape primitives in the generated docs.

Also applies to: 1013-1015


1440-1442: Categorize ShapeConstructor under Shape
Tagging ShapeConstructor with @category Shape ensures consistent placement alongside other shape-related types and constructors.


1484-1486: Categorize ElbowValue under Style
Applying @category Style to ElbowValue appropriately groups this style-specific type with other style value types, improving clarity in documentation.

Copy link

sonarqubecloud bot commented May 5, 2025

@tbouffard tbouffard merged commit e87f5ea into main May 5, 2025
2 checks passed
@tbouffard tbouffard deleted the docs/more_jsdoc_categories branch May 5, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant