[gnome-builder] pipeline: cleanup docs



commit 01bade47f753d48a7859c14720413a04874855fb
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jan 18 18:51:34 2018 -0800

    pipeline: cleanup docs

 src/libide/buildsystem/ide-build-pipeline.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/libide/buildsystem/ide-build-pipeline.c b/src/libide/buildsystem/ide-build-pipeline.c
index 21b24a491..9139aeba3 100644
--- a/src/libide/buildsystem/ide-build-pipeline.c
+++ b/src/libide/buildsystem/ide-build-pipeline.c
@@ -953,13 +953,14 @@ ide_build_pipeline_load (IdeBuildPipeline *self)
   IDE_EXIT;
 }
 
-/*
+/**
  * ide_build_pipeline_unload:
+ * @self: an #IdeBuildPipeline
  *
- * This clears things up that were initialized in ide_build_pipeline_load. This
- * function is safe to run even if load has not been called. We will not clean
- * things up if the pipeline is currently executing (we can wait until its
- * finished or dispose/finalize to cleanup up further.
+ * This clears things up that were initialized in ide_build_pipeline_load().
+ * This function is safe to run even if load has not been called. We will not
+ * clean things up if the pipeline is currently executing (we can wait until
+ * its finished or dispose/finalize to cleanup up further.
  */
 static void
 ide_build_pipeline_unload (IdeBuildPipeline *self)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]