From 1d71efef3a680c842999ba1be61f9e41699caa88 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Tue, 30 Dec 2014 15:36:34 -0800 Subject: fix for fidl docs --- docs/amb.in.fidl | 5 +++-- tools/ambctl.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/amb.in.fidl b/docs/amb.in.fidl index 85000146..d0381900 100644 --- a/docs/amb.in.fidl +++ b/docs/amb.in.fidl @@ -76,12 +76,13 @@ * */ -/*! amb.fidl +/*! +* \file amb.fidl * \name @PROJECT_NAME@ * \version @PROJECT_VERSION@ * \brief This document describes the DBus interfaces and data types for the * Automotive Message Broker API. The data types are intended to as-close-as- -* possible be compatible with the W3C vehicle data spec. */ /*! diff --git a/tools/ambctl.py b/tools/ambctl.py index f3d5b428..3d79a7fe 100644 --- a/tools/ambctl.py +++ b/tools/ambctl.py @@ -142,7 +142,7 @@ def processCommand(command, commandArgs, noMain=True): -parser = argparse.ArgumentParser(description='Process DBus mappings.', add_help=False) +parser = argparse.ArgumentParser(prog="ambctl", description='Process DBus mappings.', add_help=False) parser.add_argument('command', metavar='COMMAND [help]', nargs='?', default='stdin', help='amb dbus command') parser.add_argument('commandArgs', metavar='ARG', nargs='*', help='amb dbus command arguments') -- cgit v1.2.1