File tree Expand file tree Collapse file tree
tools/BootstrapBlazor.LLMsDocsGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88using Microsoft . CodeAnalysis . CSharp . Syntax ;
99using System . Text . RegularExpressions ;
1010
11- namespace LlmsDocsGenerator ;
11+ namespace BootstrapBlazorLLMsDocsGenerator ;
1212
1313/// <summary>
1414/// Analyzes Blazor component source files using Roslyn
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
55
6- namespace LlmsDocsGenerator ;
6+ namespace BootstrapBlazorLLMsDocsGenerator ;
77
88/// <summary>
99/// Represents information about a Blazor component
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
55
6- namespace LlmsDocsGenerator ;
6+ namespace BootstrapBlazorLLMsDocsGenerator ;
77
88/// <summary>
99/// Main documentation generator class
Original file line number Diff line number Diff line change 55
66using System . Text ;
77
8- namespace LlmsDocsGenerator ;
8+ namespace BootstrapBlazorLLMsDocsGenerator ;
99
1010/// <summary>
1111/// Builds Markdown documentation for components
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
55
6- using LlmsDocsGenerator ;
7- using System . CommandLine ;
6+ using BootstrapBlazor . LLMsDocsGenerator ;
87
98var componentOption = new Option < string ? > ( "--component" ) { Description = "Generate documentation for a specific component only" } ;
109var indexOnlyOption = new Option < bool > ( "--index-only" ) { Description = "Generate only the index file (llms.txt)" } ;
You can’t perform that action at this time.
0 commit comments