Commit a55f3c78 authored by Adarsh's avatar Adarsh

comment

parent 918df412
...@@ -55,7 +55,7 @@ export class RunCodeService { ...@@ -55,7 +55,7 @@ export class RunCodeService {
}); });
} }
/* /*! \brief
This function is used to update the server about the result of user attempt to the question by a boolean. This function is used to update the server about the result of user attempt to the question by a boolean.
*/ */
...@@ -63,7 +63,7 @@ export class RunCodeService { ...@@ -63,7 +63,7 @@ export class RunCodeService {
return this.httpClient.put(this.baseUrl + 'update_correct.php', {b}); return this.httpClient.put(this.baseUrl + 'update_correct.php', {b});
} }
/* /*! \brief
This function is for debugging purposes. This function is for debugging purposes.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment