mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58: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.
|
* @brief instanceKey returns the instance key of this module.
|
||||||
* @return a string with the instance key.
|
* @return a string with the instance key.
|
||||||
* A module instance's instance key is modulename@instanceid.
|
* A module instance's instance key is modulename\@instanceid.
|
||||||
* @example "partition@partition" (default configuration) or
|
* For instance, "partition\@partition" (default configuration) or
|
||||||
* "locale@someconfig" (custom configuration)
|
* "locale\@someconfig" (custom configuration)
|
||||||
*/
|
*/
|
||||||
virtual QString instanceKey() const final;
|
virtual QString instanceKey() const final;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue