Skip to content

Class mkdoxy::constants::Visibility

ClassList > mkdoxy > constants > Visibility

Inherits the following classes: Enum

Public Static Attributes

Type Name
str PACKAGE = "package"
str PRIVATE = "private"
str PROTECTED = "protected"
str PUBLIC = "public"

Public Static Attributes Documentation

variable PACKAGE

str mkdoxy.constants.Visibility::PACKAGE;

variable PRIVATE

str mkdoxy.constants.Visibility::PRIVATE;

variable PROTECTED

str mkdoxy.constants.Visibility::PROTECTED;

variable PUBLIC

str mkdoxy.constants.Visibility::PUBLIC;


The documentation for this class was generated from the following file mkdoxy/constants.py