scm: header file function erroneous description.

This commit is contained in:
Al Poole 2017-09-29 21:42:49 +01:00
parent be53c4df18
commit 3397bc93e6
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ extern "C" {
*/ */
/** /**
* Check the path is not hidden according to project rules. * Create the commit dialog UI.
* *
* @param path The file path to check. * @param parent Parent object to add the commit UI to.
* @ingroup Lookup * @ingroup Lookup
*/ */
void edi_scm_ui_add(Evas_Object *parent); void edi_scm_ui_add(Evas_Object *parent);