From adb2af986b86a3cac565044c4520a731a2927d1b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Sep 2010 20:07:24 +0000 Subject: [PATCH] fix doxy list SVN revision: 52508 --- legacy/eeze/doc/eeze.dox.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/legacy/eeze/doc/eeze.dox.in b/legacy/eeze/doc/eeze.dox.in index 100ec51041..36f05ba975 100644 --- a/legacy/eeze/doc/eeze.dox.in +++ b/legacy/eeze/doc/eeze.dox.in @@ -16,11 +16,11 @@ Eeze is a library for manipulating devices through udev with a simple and fast api. It interfaces directly with libudev, avoiding such middleman daemons as udisks/upower or hal, to immediately gather device information the instant it becomes known to the system. This can be used to determine such things as: - * If a cdrom has a disk inserted - * The temperature of a cpu core - * The remaining power left in a battery - * The current power consumption of various parts - * Monitor in realtime the status of peripheral devices +@li If a cdrom has a disk inserted +@li The temperature of a cpu core +@li The remaining power left in a battery +@li The current power consumption of various parts +@li Monitor in realtime the status of peripheral devices Each of the above examples can be performed by using only a single eeze function, as one of the primary focuses of the library is to reduce the