1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

pidl: Update documentation.

(This used to be commit a13f51dae5)
This commit is contained in:
Jelmer Vernooij 2008-01-12 21:33:18 +01:00
parent 1b90619009
commit 79c4bd95b8
2 changed files with 1 additions and 1 deletions

View 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)

View 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;")