summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2014-12-30 15:36:34 -0800
committerKevron Rees <kevron.m.rees@intel.com>2014-12-30 15:36:56 -0800
commit1d71efef3a680c842999ba1be61f9e41699caa88 (patch)
tree643f7665ad56a548cf95f712d96ac2bda4c53cad
parent178fc8c13791905f91a125361dbc293ae06887c9 (diff)
downloadautomotive-message-broker-1d71efef3a680c842999ba1be61f9e41699caa88.tar.gz
fix for fidl docs
-rw-r--r--docs/amb.in.fidl5
-rw-r--r--tools/ambctl.py2
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 <a href="https://rawgit.com/w3c/automotive-bg/master/data_spec.html>data spec</a>.
+* possible be compatible with the W3C vehicle <a href="https://rawgit.com/w3c/automotive-bg/master/data_spec.html">data spec</a>.
*/
/*!
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')