/** * 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. */ @net.minecraftforge.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;