]> git.cworth.org Git - apitrace/blobdiff - DEVELOPMENT.markdown
Tweak the dev docs.
[apitrace] / DEVELOPMENT.markdown
index a777b539b5bec24b7e521c013ccef45182783c4b..8990e7b8252b76ec813dd06846c92f507bd280f2 100644 (file)
@@ -1,12 +1,13 @@
 Overview
 =========
 
-Although focus has and still is on graphical APIs, apitrace has an
+Although focus was and still is on graphical APIs, apitrace has an
 infrastructure to trace generic APIs:
 
- * The APIs types and calls are specified in Python files in spec
+ * the APIs types and calls are specified in Python files in specs
+   sub-directory;
 
-   * there is a type hierarchy in specs\stdapi.py , capable of representing
+   * there is a type hierarchy in specs/stdapi.py, capable of representing
      most types in C language, and additional semantic metadata
 
  * Python scripts generate C code to trace and serialize calls to disk, and