blob: 81ae1eec892d06897ab557d406c646181ae07b84 [file] [log] [blame] [raw]
/**
* This package contains manual related interfaces.
* <p/>
* The manual represents the in-game documentation of OpenComputers and any
* other mod that may choose to add its documentation to it, such as addon
* mods.
*/
@cpw.mods.fml.common.API(
owner = API.ID_OWNER,
provides = "OpenComputersAPI|Manual",
apiVersion = API.VERSION)
package li.cil.oc.api.manual;
import li.cil.oc.api.API;