add module doc str to file top

This commit is contained in:
Andelf
2014-04-19 00:12:59 +08:00
parent 9650374110
commit 45c434ecf6
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
//! Framerate control
use libc;
use libc::{c_void, uint32_t, malloc};
use std::mem;
mod ll {
/* automatically generated by rust-bindgen */
+2
View File
@@ -1,3 +1,5 @@
//! MMX image filters
use std::cast;
use std::c_vec::CVec;
use libc;
-3
View File
@@ -17,9 +17,6 @@ extern crate sdl2;
#[link(name="SDL2_gfx")]
extern {}
//#[allow(non_camel_case_types, dead_code)]
pub mod primitives;
pub mod rotozoom;
pub mod framerate;
+2
View File
@@ -1,3 +1,5 @@
//! Surface Rotozoomer
use libc::c_int;
use sdl2::surface::Surface;
pub use std::f64::consts::PI;