config: add documentation
This commit is contained in:
parent
6916f03e94
commit
fe80440f38
36 changed files with 620 additions and 199 deletions
|
|
@ -803,8 +803,8 @@ impl ConnectorType {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn to_config(self) -> jay_config::drm::connector_type::ConnectorType {
|
||||
use jay_config::drm::connector_type::*;
|
||||
pub fn to_config(self) -> jay_config::video::connector_type::ConnectorType {
|
||||
use jay_config::video::connector_type::*;
|
||||
match self {
|
||||
Self::Unknown(_) => CON_UNKNOWN,
|
||||
Self::VGA => CON_VGA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue