diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-08-25 11:45:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-08-25 11:45:32 (GMT) |
commit | ab2543160a96dae45f256daaeca7e093f65db6ad (patch) | |
tree | 1eb87ba34df4235398b79f257b2af06a38a3f2b2 /doc/dbusxml.doc | |
parent | 2e1a370214bb47d28fed954396330ab2e33bc5a4 (diff) | |
download | Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.zip Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.gz Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.bz2 |
Release-1.6.1
Diffstat (limited to 'doc/dbusxml.doc')
-rw-r--r-- | doc/dbusxml.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dbusxml.doc b/doc/dbusxml.doc index a8710cb..e487126 100644 --- a/doc/dbusxml.doc +++ b/doc/dbusxml.doc @@ -9,6 +9,14 @@ all XML comments starting with '*' or '!'. An additional '<' can be used to assign the documentation string to the previous entity instead of the one following the comment. +Note that before the parsing of DBus XML file works one has to +assign the .xml extension to the DBus XML parser using the +following configuration option: + +\verbatim +EXTENSION_MAPPING = xml=dbusxml +\endverbatim + \section dbusxml_supported Supported XML elements and attributes <p>The following DBus XML elemets can be annotated: |