diff options
author | johnallen <[email protected]> | 2007-01-07 22:53:13 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-07 22:53:13 +0000 |
commit | dc22ce2c46ee62a46963d92ccb4a7fc26bd21d26 (patch) | |
tree | 8647a1eb087754096c5183012f7ca7409b88d817 /test | |
parent | 7c524f73450b318c1b45ac584e68f2abb88a5935 (diff) |
Documentation begins.
Added method documentation for hb.c as well as a few methods in sync.c and work.c
More to come.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@97 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index 33fec1558..faf994c97 100644 --- a/test/test.c +++ b/test/test.c @@ -160,6 +160,7 @@ int main( int argc, char ** argv ) } #else hb_snooze( 200 ); + //hb_log("sleep: HBTest"); #endif HandleEvents( h ); |