mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Properly format function documentation comments
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package core
|
||||
|
||||
// TargetLocationFormat returns the full location of an entry (given the name) formatted for the current platform
|
||||
// TargetLocationFormat returns the full location of an entry (given the name) formatted for the current platform.
|
||||
func TargetLocationFormat(targetLocationIncomplete string) string {
|
||||
return EntryRoot + targetLocationIncomplete
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user