Kaydet (Commit) 13ac0631 authored tarafından Miklos Vajna's avatar Miklos Vajna

udkapi: fix warnings in beans::PropertyState

These are links without the leading hashmark in the output anyway, and
that avoids the warning.

Change-Id: Ie94d65b5bd2e869a9b5ad12b5d545fe32c834eec
üst b5fd1341
...@@ -42,7 +42,7 @@ published enum PropertyState ...@@ -42,7 +42,7 @@ published enum PropertyState
/** The value of the property is stored in the PropertySet itself. /** The value of the property is stored in the PropertySet itself.
<p>The property value must be available and of the specified type. <p>The property value must be available and of the specified type.
If the #PropertyAttribute field in the struct If the PropertyAttribute field in the struct
Property contains PropertyAttribute::MAYBEVOID, Property contains PropertyAttribute::MAYBEVOID,
then the value may be void. </p> then the value may be void. </p>
*/ */
...@@ -51,11 +51,11 @@ published enum PropertyState ...@@ -51,11 +51,11 @@ published enum PropertyState
/** The value of the property is available from a master (e.g., template). /** The value of the property is available from a master (e.g., template).
<p>The #PropertyAttribute field in the struct <p>The PropertyAttribute field in the struct
Property must contain the Property must contain the
PropertyAttribute::MAYBEDEFAULT flag. The property PropertyAttribute::MAYBEDEFAULT flag. The property
value must be available and of the specified type. If the value must be available and of the specified type. If the
#PropertyAttribute field in the struct Property PropertyAttribute field in the struct Property
contains PropertyAttribute::MAYBEVOID, then the contains PropertyAttribute::MAYBEVOID, then the
value may be void. </p> value may be void. </p>
*/ */
...@@ -65,7 +65,7 @@ published enum PropertyState ...@@ -65,7 +65,7 @@ published enum PropertyState
/** The value of the property is only a recommendation because there /** The value of the property is only a recommendation because there
are multiple values for this property (e.g., from a multi selection). are multiple values for this property (e.g., from a multi selection).
<p>The #PropertyAttribute field in the struct <p>The PropertyAttribute field in the struct
Property must contain the Property must contain the
PropertyAttribute::MAYBEAMBIGUOUS flag. The PropertyAttribute::MAYBEAMBIGUOUS flag. The
property value must be available and of the specified type. property value must be available and of the specified type.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment