pidl: Update documentation.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 12 Jan 2008 20:33:18 +0000 (21:33 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 12 Jan 2008 20:33:18 +0000 (21:33 +0100)
(This used to be commit a13f51dae591684dbc9620f385d2fbccf31ec137)

source4/pidl/README
source4/pidl/TODO

index 5bf7752da977444665dfd382b91fbad98ba137f9..d678387282480d4a8a73d7d182e6ce62549dfec6 100644 (file)
@@ -40,6 +40,7 @@ Parse::Pidl::Samba4::NDR::Server - Generates server side implementation in C
 Parse::Pidl::Samba4::TDR - Parser generator for the "Trivial Data Representation"
 Parse::Pidl::Samba4::Template - Generates stubs in C for server implementation
 Parse::Pidl::Samba4::EJS - Generates bindings for Embedded JavaScript (EJS)
+Parse::Pidl::Samba4::Python - Generates bindings for Python
 
 -- Samba COM / DCOM --
 Parse::Pidl::Samba4::COM::Proxy - Generates proxy object for DCOM (client-side)
index 487d51d11ef191ccbecd5d158805d024726eabba..f1cca0ab230088e209b510f47e527921b8fd4eca 100644 (file)
@@ -6,7 +6,6 @@
 - compatibility mode for generating MIDL-readable data:
  - strip out pidl-specific properties
 
-- remove declare in favor of typedef
 - make bitmap an optional attribute on enum
 - support nested elements
 - support typedefs properly (e.g. allow "typedef void **bla;")