Skip to content

Commit

Permalink
Document specification.rs (#119)
Browse files Browse the repository at this point in the history
* add missing docs lint to lib.rs
* Add Deme::get_epoch
  • Loading branch information
molpopgen authored Jun 16, 2022
1 parent 4e4c762 commit a186041
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![warn(missing_docs)]
use crate::specification::Deme;
use crate::specification::GenerationTime;
use crate::specification::Graph;
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
//!}
//! ```
#![warn(missing_docs)]
#![warn(rustdoc::broken_intra_doc_links)]

mod macros;
Expand Down
Loading

0 comments on commit a186041

Please sign in to comment.