added subdivision to utils documentation

This commit is contained in:
2024-11-17 18:15:59 +09:00
parent ea1a38e876
commit 850569f7eb
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/** /**
* Types for DropDown component * Types for DropDown component
* @module utils/dropDown * @module utils/types/dropDown
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Type for gallery image entry data * Type for gallery image entry data
* @module utils/galleryEntry * @module utils/types/galleryEntry
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Type for HamburgerMenu component * Type for HamburgerMenu component
* @module utils/hamburgerMenu * @module utils/types/hamburgerMenu
*/ */
import type { DropDownEntry } from "./dropDown"; import type { DropDownEntry } from "./dropDown";

View File

@@ -1,6 +1,6 @@
/** /**
* Type for LinkCard component * Type for LinkCard component
* @module utils/linkCard * @module utils/types/linkCard
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Types for news data * Types for news data
* @module utils/news * @module utils/types/news
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Type for NewsCard component * Type for NewsCard component
* @module utils/newsCard * @module utils/types/newsCard
*/ */
import type { NewsEntry } from "./news"; import type { NewsEntry } from "./news";

View File

@@ -1,6 +1,6 @@
/** /**
* Type for PageTop component * Type for PageTop component
* @module utils/pageTop * @module utils/types/pageTop
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Type for PankuzuList component * Type for PankuzuList component
* @module utils/pankuzuList * @module utils/types/pankuzuList
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Type for QAndABox component * Type for QAndABox component
* @module utils/qAndABox * @module utils/types/qAndABox
*/ */
/** /**

View File

@@ -1,6 +1,6 @@
/** /**
* Types for Slide component * Types for Slide component
* @module utils/slide.ts * @module utils/types/slide.ts
*/ */
/** /**