gw.gosudoc.doc.GSMemberDocImpl.gs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gosu-doc Show documentation
Show all versions of gosu-doc Show documentation
Generates Javadoc-compatible documentation for Gosu projects
The newest version!
package gw.gosudoc.doc
uses gw.gosudoc.com.sun.javadoc.MemberDoc
uses gw.lang.reflect.IType
abstract class GSMemberDocImpl extends GSProgramElementDocImpl implements MemberDoc{
construct( name: String, rootDoc: GSRootDocImpl, ownersIntrinsicType: IType ){
super( name, rootDoc, ownersIntrinsicType )
}
override property get Synthetic(): boolean{
return false
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy