content.rs: Add documentation

This commit is contained in:
Matthias Beyer 2016-01-21 21:28:08 +01:00
parent 2c1fa1a92a
commit f921a73fb0
1 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
/**
* EntryContent type
*/
pub type EntryContent = String;