diff options
author | Richard Hughes <richard@hughsie.com> | 2016-06-28 19:52:11 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-06-28 19:52:11 +0100 |
commit | fd3ad9f97333be7f368f3fcd5537b5e57b371859 (patch) | |
tree | 81807da2040ced2828434f46cba8ff77830e3ae9 /client/as-compose.c | |
parent | ba752ee03c2a73d00762798f989406644f22579f (diff) | |
download | appstream-glib-fd3ad9f97333be7f368f3fcd5537b5e57b371859.tar.gz |
trivial: Get rid of useless internal-only gtk-doc markup
Diffstat (limited to 'client/as-compose.c')
-rw-r--r-- | client/as-compose.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/as-compose.c b/client/as-compose.c index 35356e4..ca13a43 100644 --- a/client/as-compose.c +++ b/client/as-compose.c @@ -29,9 +29,6 @@ #include <locale.h> #include <errno.h> -/** - * as_util_app_log: - **/ G_GNUC_PRINTF (2, 3) static void as_compose_app_log (AsApp *app, const gchar *fmt, ...) @@ -315,9 +312,6 @@ load_appdata (const gchar *prefix, const gchar *app_name, GError **error) return g_steal_pointer (&app); } -/** - * main: - **/ int main (int argc, char **argv) { |