From: José Fonseca Date: Sun, 16 Jun 2013 08:32:59 +0000 (+0100) Subject: Tweak the dev docs. X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=c9122df4615188b212db323f7bf0ab065cc03c47;p=apitrace Tweak the dev docs. --- 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