From c9122df4615188b212db323f7bf0ab065cc03c47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 16 Jun 2013 09:32:59 +0100 Subject: [PATCH] Tweak the dev docs. --- DEVELOPMENT.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.markdown b/DEVELOPMENT.markdown index a777b53..8990e7b 100644 --- a/DEVELOPMENT.markdown +++ b/DEVELOPMENT.markdown @@ -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 -- 2.43.0