diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-02-26 22:12:16 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-02-26 22:12:16 +0000 |
commit | 9db0fe97f533513f88e7141f0b2a405ebe86fa67 (patch) | |
tree | 88f57dde310d041a937894df5bce7f0af9d9eccb /bindings | |
parent | 34b0adb52f1528fb03313bdd5fd73632c11fc678 (diff) |
doxygen command. Add 'attention' command to list of similar
doxygen commands. // rdar://12379053
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/xml/comment-xml-schema.rng | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/xml/comment-xml-schema.rng b/bindings/xml/comment-xml-schema.rng index 39ba07af5a..22371dfed1 100644 --- a/bindings/xml/comment-xml-schema.rng +++ b/bindings/xml/comment-xml-schema.rng @@ -502,6 +502,7 @@ <optional> <attribute name="kind"> <choice> + <value>attention</value> <value>author</value> <value>authors</value> <value>bug</value> |