Skip to content

Commit

Permalink
#27: Removed some not needed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Jan 6, 2024
1 parent e877443 commit faf8d3e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Technical Debt for Synergy.Documentation

Total: 7
Total: 6

## [README.Generate.cs](../../Docs/README.Generate.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 06-01-2024]: Add here reading file path through from [SourceFile] from Synergy.Documentation.Annotations

## [MarkdownTests.cs](../../Markup/MarkdownTests.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 23-12-2023]: Add image test here
Expand All @@ -9,12 +12,6 @@ Total: 7
## [!Init.cs](../../../Synergy.Documentation/!Init.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 14-05-2023]: remove reference to Synergy.Contracts

## [CodeFile.cs](../../../Synergy.Documentation/Code/CodeFile.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 14-05-2023]: rename to SourceFile

## [CodeFolder.cs](../../../Synergy.Documentation/Code/CodeFolder.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 14-05-2023]: Rename to SourceFolder

## [TodoPattern.cs](../../../Synergy.Documentation/Todos/Patterns/TodoPattern.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 14-04-2023]: Add way to exclude some files from the scan - by path

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
- File(
fileName: string
) : CodeFile
- Sub(
subfolder: string
) : CodeFolder
- ToString() : string
- Up(
jumps: int [Optional]
Expand Down
2 changes: 0 additions & 2 deletions Documentation/Synergy.Documentation/Code/CodeFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Synergy.Documentation.Code;

// TODO: Marcin Celej [from: Marcin Celej on: 14-05-2023]: rename to SourceFile

public class CodeFile
{
public static CodeFolder Current([CallerFilePath] string path = "")
Expand Down
2 changes: 0 additions & 2 deletions Documentation/Synergy.Documentation/Code/CodeFolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Synergy.Documentation.Code;

// TODO: Marcin Celej [from: Marcin Celej on: 14-05-2023]: Rename to SourceFolder

public class CodeFolder
{
public static CodeFolder Current([CallerFilePath] string path = "")
Expand Down

0 comments on commit faf8d3e

Please sign in to comment.