Search code examples
androidlayoutresourcesreferencejavadoc

Reference resources in javadoc


Is it possible to reference resource files (e.g. layout files) in javadoc? I could not find this in the developer docs.


Solution

  • Yup it is,

    In your javadoc: {@link com.yourApp.R.layout#layoutName}