| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1923 <p> | 1923 <p> |
| 1924 A description of an executable file. | 1924 A description of an executable file. |
| 1925 </p> | 1925 </p> |
| 1926 <object> | 1926 <object> |
| 1927 <field name="file"> | 1927 <field name="file"> |
| 1928 <ref>FilePath</ref> | 1928 <ref>FilePath</ref> |
| 1929 <p> | 1929 <p> |
| 1930 The path of the executable file. | 1930 The path of the executable file. |
| 1931 </p> | 1931 </p> |
| 1932 </field> | 1932 </field> |
| 1933 <field name="offset"> | 1933 <field name="kind"> |
| 1934 <ref>ExecutableKind</ref> | 1934 <ref>ExecutableKind</ref> |
| 1935 <p> | 1935 <p> |
| 1936 The offset of the region to be highlighted. | 1936 The kind of the executable file. |
| 1937 </p> | 1937 </p> |
| 1938 </field> | 1938 </field> |
| 1939 </object> | 1939 </object> |
| 1940 </type> | 1940 </type> |
| 1941 <type name="ExecutableKind"> | 1941 <type name="ExecutableKind"> |
| 1942 <p> | 1942 <p> |
| 1943 An enumeration of the kinds of executable files. | 1943 An enumeration of the kinds of executable files. |
| 1944 </p> | 1944 </p> |
| 1945 <enum> | 1945 <enum> |
| 1946 <value><code>CLIENT</code></value> | 1946 <value><code>CLIENT</code></value> |
| (...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3183 <h2>Errors</h2> | 3183 <h2>Errors</h2> |
| 3184 <p> | 3184 <p> |
| 3185 This section contains a list of all of the errors that are | 3185 This section contains a list of all of the errors that are |
| 3186 produced by the server and the data that is returned with each. | 3186 produced by the server and the data that is returned with each. |
| 3187 </p> | 3187 </p> |
| 3188 <p> | 3188 <p> |
| 3189 TBD | 3189 TBD |
| 3190 </p> | 3190 </p> |
| 3191 </body> | 3191 </body> |
| 3192 </html> | 3192 </html> |
| OLD | NEW |