Enums ===== .. php:enum:: CommitType : string Defines commit types .. php:case:: highlight : 'HIGHLIGHT' .. php:case:: normal : 'NORMAL' .. php:case:: reverse : 'REVERSE' .. php:enum:: Direction Diagram rendering direction .. php:case:: bt : 'BT' Bottom to top .. php:case:: lr : 'LR' Left to right .. php:case:: tb : 'TB' Top to bottom