Linking File Map
A holder for all categories in stacks
Author
Richard Arriaga
Constructors
Functions
Link copied to clipboard
fun addCategoryMethodPair( categoryName: String, methodLeafName: String, methodAndMethodLink: String)
Content copied to clipboard
Add a new method to the category method map, categoryMethodList, Map
Link copied to clipboard
fun addCategoryToDescription(name: String, description: StacksDescription)
Content copied to clipboard
Add a new category
Link copied to clipboard
Add a ModuleComment.
Link copied to clipboard
Link copied to clipboard
Create a json file that has the categories' methods links.
Link copied to clipboard
Link copied to clipboard
Check to see if key is a listed category.
Link copied to clipboard
A method that writes all the category comments discovered during parsing
Link copied to clipboard
A method that writes a JSON file of all the internal linking of Stacks files
Link copied to clipboard
A method that writes a JSON file of all the internal linking of Stacks files
Link copied to clipboard
A method that writes all the module comments discovered during parsing to a file
Properties
Link copied to clipboard
val categoryMethodList: MutableMap<String, MutableList<Pair<String, String>>>
Content copied to clipboard
Link copied to clipboard
The list of ModuleComments for this compilation