diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-04-16 19:19:44 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-04-16 19:19:44 (GMT) |
commit | 2d7481801e1072bc5fa45cbb0522597fcf1e9793 (patch) | |
tree | 5230bcc75b12f6928d1ec2650d3f8d5336a9152e /doc | |
parent | c4e631c991c8d7a6380270b193f5628ed00968c1 (diff) | |
parent | 62d24d83a13d3a8bf08b83e485358e4a7e5e226b (diff) | |
download | Doxygen-2d7481801e1072bc5fa45cbb0522597fcf1e9793.zip Doxygen-2d7481801e1072bc5fa45cbb0522597fcf1e9793.tar.gz Doxygen-2d7481801e1072bc5fa45cbb0522597fcf1e9793.tar.bz2 |
Merge branch 'master' of https://github.com/Cryclops/doxygen into Cryclops-master
Diffstat (limited to '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: |