Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/omegaleo/UnityFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaleo committed Apr 30, 2023
2 parents 8b29427 + 9b800fe commit f84e0a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions auto-tag-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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>

0 comments on commit f84e0a7

Please sign in to comment.