move all EOL comments on typepath names to dmdoc (#23928)

* move all EOL comments on typepath names to dmdoc

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2024-03-01 15:05:49 -05:00
committed by GitHub
parent 25996e232a
commit 0667f20681
211 changed files with 955 additions and 478 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ other types of metals and chemistry for reagents).
*/
/datum/design //Datum for object designs, used in construction
/// Datum for object designs, used in construction
/datum/design
var/name = "Name" //Name of the created object.
var/desc = "Desc" //Description of the created object.
var/id = "id" //ID of the created object for easy refernece. Alphanumeric, lower-case, no symbols
+6 -3
View File
@@ -44,7 +44,8 @@ research holder datum.
** Includes all the helper procs and basic tech processing. **
***************************************************************/
/datum/research //Holder for all the existing, archived, and known tech. Individual to console.
/// Holder for all the existing, archived, and known tech. Individual to console.
/datum/research
//Datum/tech go here.
// Possible is a list of direct datum references
@@ -249,7 +250,8 @@ research holder datum.
** Includes all the various technoliges and what they make. **
***************************************************************/
/datum/tech //Datum of individual technologies.
/// Datum of individual technologies.
/datum/tech
var/name = "name" //Name of the technology.
var/desc = "description" //General description of what it does and what it makes.
var/id = "id" //An easily referenced ID. Must be alphanumeric, lower-case, and no symbols.
@@ -317,7 +319,8 @@ research holder datum.
id = "programming"
max_level = 7
/datum/tech/toxins //not meant to be raised by deconstruction, do not give objects toxins as an origin_tech
/// not meant to be raised by deconstruction, do not give objects toxins as an origin_tech
/datum/tech/toxins
name = "Toxins Research"
desc = "Research into plasma based explosive devices. Upgrade through testing explosives in the toxins lab."
id = "toxins"