diff options
Diffstat (limited to 'doc/dbusxml.doc')
-rw-r--r-- | doc/dbusxml.doc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbusxml.doc b/doc/dbusxml.doc index e487126..9ecf592 100644 --- a/doc/dbusxml.doc +++ b/doc/dbusxml.doc @@ -9,6 +9,11 @@ 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. +Doxygen will also show syntax highlighting for XML examples. Note that +in order for XML comments to show up, you must use 2 exclamation marks +instead of one. The extra ! will be stripped out for you. This is due +to a conflict with Doxygen's hidden comments. + 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: |