summaryrefslogtreecommitdiff
path: root/client/as-builder.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-06-28 19:52:11 +0100
committerRichard Hughes <richard@hughsie.com>2016-06-28 19:52:11 +0100
commitfd3ad9f97333be7f368f3fcd5537b5e57b371859 (patch)
tree81807da2040ced2828434f46cba8ff77830e3ae9 /client/as-builder.c
parentba752ee03c2a73d00762798f989406644f22579f (diff)
downloadappstream-glib-fd3ad9f97333be7f368f3fcd5537b5e57b371859.tar.gz
trivial: Get rid of useless internal-only gtk-doc markup
Diffstat (limited to 'client/as-builder.c')
-rw-r--r--client/as-builder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/as-builder.c b/client/as-builder.c
index 17872da..d5ed90c 100644
--- a/client/as-builder.c
+++ b/client/as-builder.c
@@ -30,9 +30,6 @@
#include "asb-context.h"
#include "asb-utils.h"
-/**
- * as_builder_search_path:
- **/
static gboolean
as_builder_search_path (GPtrArray *array, const gchar *path, GError **error)
{
@@ -55,9 +52,6 @@ as_builder_search_path (GPtrArray *array, const gchar *path, GError **error)
return TRUE;
}
-/**
- * main:
- **/
int
main (int argc, char **argv)
{