Files
MuditaOS/module-cellular/modem/doc/scripts/class_channel.pu
GravisZro e433e8dd03 Fix transparent backgrounds in PlantUML
Images generated using PlantUML had transparent backgrounds which made
their text difficult to read on GitHub when using "Dark Mode". Forcing
a background color of #F0F0F0 ensures they are all readable.
2021-08-16 17:01:19 +02:00

14 lines
209 B
Plaintext

@startuml
skinparam BackgroundColor F0F0F0
abstract class BaseChannel
BaseChannel <|-- Channel
Channel ..> ATStream: Channel use ATStream
Channel <|-- DLCChannel
Channel <|-- ATParser
@enduml