Add script to generate query fields documentation
authorMichael Hanselmann <hansmi@google.com>
Wed, 23 Feb 2011 17:05:22 +0000 (18:05 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 24 Feb 2011 13:25:34 +0000 (14:25 +0100)
commit95eb41882baa0571f31be42cd331fcac3f0db596
tree5bedb38bbc72f9bd62c55d10ad6dd9f82da0cda8
parent79b2ca83765fdaac234398d86ad40dbfd2b1977f
Add script to generate query fields documentation

- All lines matching "@QUERY_FIELDS_${resource}@" in the input will be
  replaced with a definition list describing the fields for $resource
- The core code is kept in the Sphinx extension, so that it could be
  used from there, too

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
Makefile.am
autotools/docpp [new file with mode: 0755]
lib/build/sphinx_ext.py
lib/query.py