diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-12 09:06:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-12 09:08:36 +0200 |
commit | e889f6f69de882dfb7ed5a6fb8363ade6ee43d86 (patch) | |
tree | e3edec47483da4d8de7989b958ee4d8b3082ed77 /idl | |
parent | 5975874141148e9f7199eca3a82735fccd7cf150 (diff) |
idl: add article that has details on SDI file format
Change-Id: I7af9fb6f193387624fcd1279ace1d0972bddc4d4
Diffstat (limited to 'idl')
-rw-r--r-- | idl/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/idl/README b/idl/README index f71085231e99..b494f10abac5 100644 --- a/idl/README +++ b/idl/README @@ -1,2 +1,7 @@ SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/ subdirectory. + +There is an overview of basic architecture of the markup of SDI files in the +OOo wiki: + +https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2 |