Extract euph config into submodule
This commit is contained in:
parent
478e3e767c
commit
5a0efd69e4
3 changed files with 62 additions and 52 deletions
|
|
@ -1,6 +1,10 @@
|
|||
//! Auto-generate markdown documentation.
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub use cove_macro::Document;
|
||||
|
||||
#[derive(Clone, Default)]
|
||||
pub struct ValueInfo {
|
||||
pub required: Option<bool>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue