Skip to content

docs: mark detail::hlscm types with @internal Doxygen tag #67

@csparker247

Description

@csparker247

The types in `detail::hlscm` (`Quadric`, `CollapseRecord`, `HierarchyLevel`, `DecimationMesh`) are well-documented but not marked `@internal`. Doxygen will include them in the public API documentation unless marked as internal, which could confuse users who encounter these implementation-detail types.

Add `/// @internal` (or equivalent Doxygen marker) to all types in `detail::hlscm` and `detail::hlscm` namespace itself.

Identified during code review of PR #44 (low priority).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions