Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaleo committed Apr 20, 2024
2 parents 5ed13ed + 911003a commit 5fcf09b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions auto-tag-documentation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# UnityFlow.DocumentationHelper.Library
## DocumentationHelperTool
### GenerateDocumentation()
Generates a List of objects of type DocumentationStructure that contain the following fields:<br />
<b>AssemblyName</b>: Name of the main Assembly, used to identify the root namespace<br />
<b>ClassName</b>: Name of the class, used to identify the upper level object<br />
<b>Title</b>: Title what we're generating documentation for<br />
<b>Description</b>: Description of what we're generating documentation for, this can contain usage examples and can use the args array to pass names(e.g.: This method uses this methodology)<br>
# UnityFlow.AutoTag
## Program
### Main
This component is in charge of auto-tagging issues by using a filter that's loaded from filters.json and is case insensitive.

0 comments on commit 5fcf09b

Please sign in to comment.