@hrefcl/apidoc - v4.0.5
    Preparing search index...

    Exports

    • Parse

      Parameters

      • content: string

        Raw content from the

      Returns { group: string }

      Object containing the normalized group name, or null if content is empty

      tag to extract and normalize API endpoint group

      Processes

      tags by trimming whitespace and converting spaces to underscores to create valid group identifiers. Groups are used to organize related API endpoints in the documentation navigation and structure.

      tag

      // Input: "User"
      // Output: { group: "User" }
      // Input: "User Management"
      // Output: { group: "User_Management" }
      // Input: "   "
      // Output: null

      4.0.0