Add .imag-documentation

A crate which simply depends on all libimag* crates to be able to
generate the documentation for all of them by simply creating the
documentation of this crate.
This commit is contained in:
Matthias Beyer 2016-07-27 19:24:21 +02:00
parent 76fba46224
commit be0a907145
2 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,64 @@
[package]
name = "imag-documentation"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
[dependencies.libimagbookmark]
path = "../libimagbookmark"
[dependencies.libimagcounter]
path = "../libimagcounter"
[dependencies.libimagdiary]
path = "../libimagdiary"
[dependencies.libimagentryfilter]
path = "../libimagentryfilter"
[dependencies.libimagentrylink]
path = "../libimagentrylink"
[dependencies.libimagentrylist]
path = "../libimagentrylist"
[dependencies.libimagentrymarkdown]
path = "../libimagentrymarkdown"
[dependencies.libimagentryselect]
path = "../libimagentryselect"
[dependencies.libimagentrytag]
path = "../libimagentrytag"
[dependencies.libimagentryview]
path = "../libimagentryview"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimaginteraction]
path = "../libimaginteraction"
[dependencies.libimagnotes]
path = "../libimagnotes"
[dependencies.libimagref]
path = "../libimagref"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagstorestdhook]
path = "../libimagstorestdhook"
[dependencies.libimagtimeui]
path = "../libimagtimeui"
[dependencies.libimagutil]
path = "../libimagutil"

View file

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}