doc: fix doxygen 1.8.17 issues

The new (1.8.17) release of doxygen is complaining about errors in the
doxygen comments that were's reported by our current 1.8.13 release.
Let's fix these now. In a separate PR we'll also update some
configuration settings that will be obsolete, in preparation for moving
to this newer version.

[External_System_ID]ACRN-6774

Tracked-On: #5385

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2020-10-06 15:31:11 -07:00
committed by David Kinder
parent ac8e0d6d10
commit bb6b226c86
2 changed files with 9 additions and 12 deletions

View File

@@ -160,7 +160,4 @@ void walk_ept_table(struct acrn_vm *vm, pge_handler cb);
*/
int32_t ept_misconfig_vmexit_handler(__unused struct acrn_vcpu *vcpu);
/**
* @}
*/
#endif /* EPT_H */