Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Nov 17, 2024
1 parent 1c0798e commit 2154d34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ try
{
if (type.IsEnum && !type.IsGenericType)
{
Type underlyingIntegralType = Enum.GetUnderlyingType(type);
WriteLine($"- [{type.Name}](#{type.Name.ToLower()})");
response += $"\n### {type.Name}\n\n";
response += $"<details><summary><b>{type.FullName}</b></summary>\n\n";
Expand Down

0 comments on commit 2154d34

Please sign in to comment.