Referenz Ich habe dieses Stück Dokumentation:Wie man richtig formatiert eine Klasseninstanz
/**
* This method creates an import job for the given @arg item
*
* The default implementation should be suitable for most needs,
* it'll create an instance of @class ImportProjectJob
*
* @return a job that imports the project
*/
virtual KJob* createImportJob(ProjectFolderItem* item);
Allerdings ist @class
nicht dazu gedacht, wie diese verwendet werden, und es gibt nichts, wie @instanceof
in doxygen. Wie soll ich das formatieren?
'@ arg',' @ CLASS', '@ fn' und sind gleichermaßen nicht als semantische Annotationen gemeint, sondern Doxygen zu sagen, um einen speziellen Abschnitt zu beginnen. –