Enum ECommentMask#

Enum Documentation#

enum class sdv::idl::ECommentMask : uint32_t#

Comment mask.

Values:

enumerator c_style_javadoc#

Comment of the form “/‍** … *‍/”.

enumerator c_style_javadoc_post#

Comment of the form “/&zwj;**< … *&zwj;/”.

enumerator c_style_qt#

Comment of the form “/*! … *&zwj;/”.

enumerator c_style_qt_post#

Comment of the form “/*!< … *&zwj;/”.

enumerator c_style#

Comment of the form “/* … *&zwj;/”.

enumerator cpp_style_javadoc#

Comment of the form “/// …”.

enumerator cpp_style_javadoc_post#

Comment of the form “///< …”.

enumerator cpp_style_qt#

Comment of the form “//! …”.

enumerator cpp_style_qt_post#

Comment of the form “///< …”.

enumerator cpp_style#

Comment of the form “// …”.

enumerator loc_succeeding#

Comment location is succeeding statement.

enumerator format_javadoc#

Comment using javadoc form.

enumerator format_qt#

Comment using QT form.

enumerator format_mask#

Comment formatting mask.