summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 13:12:04 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 13:27:54 +0200
commit53e6c066bf4bd853387564294127cbf21b95ecce (patch)
treedfd21c99e46a54fc732fc2ded5b7cd8a19545980
parentb04c4096fe9c4b22323008728e8b595576f21689 (diff)
downloadgeoclue-53e6c066bf4bd853387564294127cbf21b95ecce.tar.gz
dbus: Add FIXME about loss of doc comments
-rwxr-xr-xsrc/create-unified-xml.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/create-unified-xml.py b/src/create-unified-xml.py
index 35254bb..08d703e 100755
--- a/src/create-unified-xml.py
+++ b/src/create-unified-xml.py
@@ -3,6 +3,9 @@
from xml.etree import ElementTree as et
import sys
+# FIXME: This script looses the doc comments but it's not that big a deal since
+# we also install the individual interface XMLs and they have the docs.
+
# We need at least one input and one output file path
if len(sys.argv) < 3:
print('Usage: OUTPUT_FILE INPUT_FILE..')