Skip to content
Snippets Groups Projects
Verified Commit c2433355 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC MAINT: Whitespace cleanup in documentation.

parent 99f7674e
Branches
Tags
1 merge request!69MAINT: Rename default person reference resolver
Pipeline #21045 passed
...@@ -23,11 +23,11 @@ the basic structure of the module should look like ...@@ -23,11 +23,11 @@ the basic structure of the module should look like
// Has to be called ``resolve`` and has to take exactly one // Has to be called ``resolve`` and has to take exactly one
// string parameter: the id of the referenced entity. // string parameter: the id of the referenced entity.
this.resolve = async function (id) { this.resolve = async function (id) {
/* /*
* find the string that the reference should be resolved to, * find the string that the reference should be resolved to,
* e.g., from the value of the entity's properties. * e.g., from the value of the entity's properties.
*/ */
return {"text": new_reference_text} return {"text": new_reference_text}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment