facet class sys::NoDoc

sys::Obj
  sys::NoDoc : sys::Facet

Source

This facet is used on public types and slots to indicate they should not be documented with automated tools such as Fandoc. As a developer you should avoid using these types and slots since they are explicitly marked as not part of the public API.

defVal

const static NoDoc defVal := ...

Source

Singleton for NoDoc facet.