fix doxygen errors

This commit is contained in:
mrkraimer
2015-10-03 06:19:15 -04:00
parent 90a96f4ee4
commit 1f7881010e
2 changed files with 5 additions and 4 deletions

View File

@ -269,7 +269,8 @@ public:
/**
* Constructor.
* @param pvField The field from the top level structure.
* @param The parent.
* @param parent The parent.
* @param pvRecord The PVRecord.
*/
PVRecordField(
epics::pvData::PVFieldPtr const & pvField,

View File

@ -231,7 +231,7 @@ public:
virtual void destroy();
/**
* Get the requester name.
* @param returns the name of the channel requester.
* @return returns the name of the channel requester.
*/
virtual std::string getRequesterName();
/**
@ -279,7 +279,7 @@ public:
* Get the introspection interface for subField.
* The introspection interface is given via GetFieldRequester::getDone.
* @param requester The client callback.
* @param The subField of the record.
* @param subField The subField of the record.
* If an empty string then the interface for the top level structure of
* the record is provided.
*/
@ -384,7 +384,7 @@ public:
/**
* This is called when a record is being removed from the database.
* Calls destroy.
* @record The record being destroyed.
* @param pvRecord The record being destroyed.
*/
virtual void detach(PVRecordPtr const &pvRecord);
protected: