Document the group metadata syntax

This commit is contained in:
Oliver Hamlet
2018-03-17 18:26:36 +00:00
parent 9ba600c46b
commit fdb4e46542
6 changed files with 114 additions and 16 deletions
+3
View File
@@ -54,6 +54,9 @@ Classes
.. doxygenclass:: loot::File
:members:
.. doxygenclass:: loot::Group
:members:
.. doxygenclass:: loot::Location
:members:
+2 -1
View File
@@ -25,7 +25,8 @@ Create plugin graph vertices
Once loaded, a directed graph is created and the plugins are added to it in
lexicographical order as vertices. Any metadata a plugin has in the masterlist
and userlist are then merged into its vertex's data store.
and userlist are then merged into its vertex's data store. Plugin group
dependencies are also resolved and added as additional load after plugins.
Create plugin graph edges
==============================