Documentation Library
Documentation Library
Tools for generating documentation from code attributes
OmegaLeo.HelperLib.Documentation
DocumentationHelperTool
OmegaLeo.HelperLib.Documentation| Member | Documentation |
|---|---|
GenerateDocumentation (bool generateForPackageAssembly) |
Generates a List of objects of type DocumentationStructure that contain the following fields: Note: If generateForPackageAssembly is set to true, this will generate documentation for the library as well. Example: DocumentationHelperTool.GenerateDocumentation(true); // Generates documentation for all assemblies including the DocumentationHelper.Library package assembly DocumentationHelperTool.GenerateDocumentation(false); // Generates documentation for all assemblies excluding the DocumentationHelper.Library package assembly |
Changelog
Version 1.2.0
January 26, 2026
OmegaLeo.HelperLib.Documentation.Helpers
- DocumentationHelperTool:
- Migrated DocumentationHelper library from NetFlow.DocumentationHelper.Library to it's own package in OmegaLeo.HelperLib