summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/glX_doc.py
AgeCommit message (Collapse)AuthorFilesLines
2012-10-10glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry1-232/+232
This brings us into accordance with the official Python style guide (http://www.python.org/dev/peps/pep-0008/#indentation). To preserve the indentation of the c code that is generated by these scripts, I've avoided re-indenting triple-quoted strings (unless those strings appear to be docstrings). Acked-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+280
Move glapi to src/mapi/{glapi,es1api,es2api}.