mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Docs: Add PowerShell comment-based help to all script modules
Adds standard PowerShell comment-based help blocks (synopsis and description) to all UI and common library script modules (`.psm1`) and the main UI entry point script (`.ps1`). This improves maintainability and discoverability by documenting the purpose of each script file. Also removes various redundant or commented-out code blocks.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# FFU UI Core Logic Module
|
||||
# Contains non-UI specific helper functions, data retrieval, and core processing logic.
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Core logic module for the FFU Builder UI, providing helper functions, data retrieval, and UI state management.
|
||||
.DESCRIPTION
|
||||
This module serves as the central logic hub for the FFU Builder UI. It contains functions for retrieving system information (like Hyper-V switches and USB drives), providing default application settings, and dynamically managing the visibility and state of various UI controls across different tabs based on user selections. It orchestrates the interactions between different parts of the UI to ensure a consistent and logical user experience.
|
||||
#>
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# SECTION: Module Variables (Static Data & State)
|
||||
|
||||
Reference in New Issue
Block a user