Doc for Store object type

This commit is contained in:
Matthias Beyer 2017-02-20 16:02:49 +01:00
parent 93ca8f7046
commit e26a23420a

View file

@ -190,14 +190,14 @@ impl StoreEntry {
pub struct Store {
location: PathBuf,
/**
* Configuration object of the store
*/
///
/// Configuration object of the store
///
configuration: Option<Value>,
/*
* Registered hooks
*/
//
// Registered hooks
//
store_unload_aspects : Arc<Mutex<Vec<Aspect>>>,