Commit 98d17d44 authored by Adarsh's avatar Adarsh

commenst add

parent a55f3c78
/** \file /*! \file
* Interface for Directory having attributes for storing it's child directories, files and the path where it is tored in the server. Interface for Directory having attributes for storing it's child directories, files and the path where it is tored in the server.
* Used in File management for providing User a workspace. Used in File management for providing User a workspace.
*/ */
import {File} from './file'; import {File} from './file';
......
/** \file /*! \file
* Interface for File having attributes for storing the extensions and contents of the file. Interface for File having attributes for storing the extensions and contents of the file.
* Used in services and components for storing the ide text and uploading the server, as well as Used in services and components for storing the ide text and uploading the server, as well as
* compiling and executing programs. compiling and executing programs.
*/ */
export interface File { export interface File {
......
/** \file /*! \file
* A temporary Interface for Problem A temporary Interface for Problem
*/ */
export interface Problem { export interface Problem {
......
/** \file /*! \file
* Interface for Question which are to be uploaded by different users. Interface for Question which are to be uploaded by different users.
*/ */
export interface Question { export interface Question {
......
/** \file /*! \file
* Interface for User containing his/her details and login credentials. Interface for User containing his/her details and login credentials.
* Used in services and components as a data structure for each user. Used in services and components as a data structure for each user.
*/ */
export interface User { export interface User {
......
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