add missing function documentation

This commit is contained in:
Michael Stapelberg
2011-02-14 23:17:30 +01:00
parent 26a416e016
commit 834f4d7bc2
4 changed files with 28 additions and 1 deletions

View File

@ -42,7 +42,11 @@ Con *con_get_output(Con *con);
*/
Con *con_get_workspace(Con *con);
/**
* Searches parenst of the given 'con' until it reaches one with the specified
* 'orientation'. Aborts when it comes across a floating_con.
*
*/
Con *con_parent_with_orientation(Con *con, orientation_t orientation);
/**