Class ExtractPyAPIDoc
- java.lang.Object
-
- org.cakelab.blender.doc.Documentation
-
- org.cakelab.blender.doc.extract.rnadocs.ExtractPyAPIDoc
-
- All Implemented Interfaces:
DocumentationProvider
public class ExtractPyAPIDoc extends Documentation
Class used to extract Blender's python API documentation received by executing the rna_info.py script. It is recommended to use the shell script extract-pyapi-docs.sh for this task. The shell script is located in org.cakelab.blender.dnadoc repository.- Author:
- homac
-
-
Field Summary
-
Fields inherited from class org.cakelab.blender.doc.Documentation
authors, includePath, module, source, structdocs, system, version
-
-
Constructor Summary
Constructors Constructor Description ExtractPyAPIDoc(java.io.File file, java.lang.String version, java.io.File out)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFieldDoc(java.lang.String[] baseStructNames, java.lang.String structName, java.lang.String memberName, java.lang.String documentation)
static void
main(java.lang.String[] args)
-
Methods inherited from class org.cakelab.blender.doc.Documentation
getAuthors, getDocFolder, getFieldDoc, getFieldDoc, getModule, getPath, getSource, getStructDoc, getStructDoc, getSystem, getVersion, write
-
-