mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Clang: clean up documentation markup
This commit is contained in:
parent
0b39e50cdc
commit
764fb742ba
1 changed files with 3 additions and 3 deletions
|
@ -100,9 +100,9 @@ public:
|
|||
/**
|
||||
* @brief instanceKey returns the instance key of this module.
|
||||
* @return a string with the instance key.
|
||||
* A module instance's instance key is modulename@instanceid.
|
||||
* @example "partition@partition" (default configuration) or
|
||||
* "locale@someconfig" (custom configuration)
|
||||
* A module instance's instance key is modulename\@instanceid.
|
||||
* For instance, "partition\@partition" (default configuration) or
|
||||
* "locale\@someconfig" (custom configuration)
|
||||
*/
|
||||
virtual QString instanceKey() const final;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue