dmdoc: Some cleanups. (#27242)

* dmdoc: Some cleanups.

* satisfy check_grep
This commit is contained in:
warriorstar-orion
2024-11-13 13:37:37 +00:00
committed by GitHub
parent f6a45ae95e
commit bfb18b48e4
24 changed files with 80 additions and 67 deletions
@@ -14,7 +14,8 @@
* This makes it easier to track stuff down -AA07
*
* Also if you have used other languages before with "interface" types (Java, C# (Microsoft Java), etc),
* treat this class as one of those. [get_query(client/C)] and [process_result(datum/db_query/Q, client/C)] MUST be overriden
* treat this class as one of those. [/datum/client_login_processor/proc/get_query] and
* [/datum/client_login_processor/proc/process_result] MUST be overriden.
*/
/datum/client_login_processor
/// The login priority. A lower priority will fire first