summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnu.org>2022-02-22 07:33:16 -0500
committerThien-Thi Nguyen <ttn@gnu.org>2022-02-22 07:33:16 -0500
commit28caba59173ede4bdb7047ccdde1bbea7041462e (patch)
tree22c6db3604211d0dd5be4c6dd4a4d5874b528b46
parenteb1bedb6a2384e1872dcca69c8a9492a72fe375b (diff)
downloadtaler-util-28caba59173ede4bdb7047ccdde1bbea7041462e.tar.gz
taler-util-28caba59173ede4bdb7047ccdde1bbea7041462e.tar.bz2
taler-util-28caba59173ede4bdb7047ccdde1bbea7041462e.zip
Document location info in dump() output
* doc/doc.org (class =TalerConfig=, value types, entire set): Mention that the location information is filename + lineno.
-rw-r--r--doc/doc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.org b/doc/doc.org
index 07237fd..980dd4d 100644
--- a/doc/doc.org
+++ b/doc/doc.org
@@ -443,7 +443,7 @@ It displays to stdout each section and its options (and values)
in the format:
: [section]
-: option = value # FIXME (what is location?) => location is a filename & line number pair.
+: option = value # filename & line number pair
*** usage as a program