diff --git a/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md b/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md index 068610a..6e7e6bd 100644 --- a/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md +++ b/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md @@ -1,6 +1,6 @@ # Technical Debt for Synergy.Documentation -Total: 9 +Total: 8 ## [Relations.cs](../Dependencies/Relations.cs) - TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Doe not work for Markdown.Document @@ -22,5 +22,4 @@ Total: 9 - TODO: Marcin Celej [from: Marcin Celej on: 14-04-2023]: Add way to exclude some files from the scan - by path ## [TodoExplorer.cs](../../../Synergy.Documentation/Todos/TodoExplorer.cs) -- TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Publish this library via nuget -- TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern +- TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern: [//]: # (TODO Convert this markdown to docs as code) diff --git a/Documentation/Synergy.Documentation/Todos/TodoExplorer.cs b/Documentation/Synergy.Documentation/Todos/TodoExplorer.cs index b3b6009..d66925e 100644 --- a/Documentation/Synergy.Documentation/Todos/TodoExplorer.cs +++ b/Documentation/Synergy.Documentation/Todos/TodoExplorer.cs @@ -6,8 +6,6 @@ namespace Synergy.Documentation.Todos; -// TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Publish this library via nuget - public static class TodoExplorer { private static readonly TodoPattern[] defaultPatterns = @@ -15,7 +13,7 @@ public static class TodoExplorer new CsharpTodoPattern(), new GherkinTodoPattern(), new TextTodoPattern() - // TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern + // TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern: [//]: # (TODO Convert this markdown to docs as code) }; public static string DebtFor(