]> git.cworth.org Git - apitrace/blobdiff - trace_format.hpp
Add brief comments.
[apitrace] / trace_format.hpp
index 688c65a6ac8f03bac1a222ea266dd5d5f8a03308..ba57a51055a2ae0cad959c5bb06bbf7220ce5d2e 100644 (file)
  *
  **************************************************************************/
 
+/*
+ * Binary trace format decription.
+ */
+
 #ifndef _TRACE_FORMAT_HPP_
 #define _TRACE_FORMAT_HPP_
 
@@ -61,6 +65,8 @@ enum Type {
 };
 
 /*
+ * XXX: Update grammar.
+ *
  * trace = call* EOF
  *
  * call = name (detail)* END