mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
update parser (#5)
This commit is contained in:
@@ -305,7 +305,7 @@ module sdv
|
||||
interface IEntityComments
|
||||
{
|
||||
/**
|
||||
* \brief Comment mask
|
||||
* @brief Comment mask
|
||||
*/
|
||||
enum ECommentMask : uint32
|
||||
{
|
||||
@@ -342,7 +342,7 @@ module sdv
|
||||
interface IDefinitionEntity
|
||||
{
|
||||
/**
|
||||
* \brief Does the entity have an unnamed definition.
|
||||
* @brief Does the entity have an unnamed definition.
|
||||
* @return Returns 'true' when the entity has an unnamed definition; otherwise returns 'false'.
|
||||
*/
|
||||
boolean IsUnnamed() const;
|
||||
|
||||
Reference in New Issue
Block a user