X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FMainpage.dox;h=ca3e2d3ed8a141b31d67ab86e0b94e07cbef3e7a;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=60844821397755a0747cff3b7386d43e689037d4;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Scheduler/Mainpage.dox b/Scheduler/Mainpage.dox index 6084482..ca3e2d3 100644 --- a/Scheduler/Mainpage.dox +++ b/Scheduler/Mainpage.dox @@ -7,10 +7,10 @@ namespace senf { \c poll. The Scheduler library is based on the highly efficient (but linux specific) \c epoll() system call. - The library provides - \li a central \ref Scheduler singleton and + The library provides + \li a central \ref Scheduler singleton and \li \ref ReadHelper and \ref WriteHelper templates to simplify - common tasks. + common tasks. In it's current incarnation, the library only supports network file handles (including pipes etc) and simple timers (especially @@ -27,7 +27,10 @@ namespace senf { // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // mode: flyspell // mode: auto-fill -// ispell-local-dictionary: "american" // End: