lib: various documentation fixes

Fix some documentation comments and mark some struct members private.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-06-09 17:23:21 +01:00
parent 25663d9fe3
commit 52a3a2e205
4 changed files with 10 additions and 12 deletions
+2 -3
View File
@@ -430,10 +430,9 @@ bool igt_setup_runtime_pm(void)
}
/**
* igt_runtime_pm_status:
* igt_get_runtime_pm_status:
*
* Returns:
* The current runtime PM status.
* Returns: The current runtime PM status.
*/
enum igt_runtime_pm_status igt_get_runtime_pm_status(void)
{