Uses of Class
org.cakelab.blender.doc.StructDoc
-
Packages that use StructDoc Package Description org.cakelab.blender.doc -
-
Uses of StructDoc in org.cakelab.blender.doc
Fields in org.cakelab.blender.doc with type parameters of type StructDoc Modifier and Type Field Description protected java.util.Map<java.lang.String,StructDoc>
Documentation. structdocs
Methods in org.cakelab.blender.doc with parameters of type StructDoc Modifier and Type Method Description boolean
StructDoc. containsNewInformation(StructDoc structDoc)
Determines whether given StructDoc provides more documentation than already captured in this StructDoc.boolean
StructDoc. inherit(StructDoc base)
only inherit documentation of member variables, which are yet without documentation.boolean
StructDoc. override(StructDoc overrides)
override/replace all documentation entries from existing values of given structDoc overrides, but keep those documentation entries where no documentation was given with overrides.
-