diff options
author | nilshah98 | 2019-06-11 14:46:15 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-17 22:34:34 +0530 |
commit | 61f729c35da3120781d001a390b55e1941d14925 (patch) | |
tree | 804d1f367497b18d2efe7ce0f59ed24d78b0bd3d /code/frontEnd | |
parent | 89249e5003eccb07917d21788f6ce37e1de6d572 (diff) | |
download | eSim-61f729c35da3120781d001a390b55e1941d14925.tar.gz eSim-61f729c35da3120781d001a390b55e1941d14925.tar.bz2 eSim-61f729c35da3120781d001a390b55e1941d14925.zip |
rst files added for all components
Diffstat (limited to 'code/frontEnd')
-rw-r--r-- | code/frontEnd/Application.rst | 5 | ||||
-rw-r--r-- | code/frontEnd/DockArea.rst | 5 | ||||
-rw-r--r-- | code/frontEnd/ProjectExplorer.rst | 5 | ||||
-rw-r--r-- | code/frontEnd/Workspace.rst | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/code/frontEnd/Application.rst b/code/frontEnd/Application.rst new file mode 100644 index 00000000..4eb41d17 --- /dev/null +++ b/code/frontEnd/Application.rst @@ -0,0 +1,5 @@ +Application Component +===================== + +.. automodule:: frontEnd.Application + :members: diff --git a/code/frontEnd/DockArea.rst b/code/frontEnd/DockArea.rst new file mode 100644 index 00000000..31fdd742 --- /dev/null +++ b/code/frontEnd/DockArea.rst @@ -0,0 +1,5 @@ +Dock Area Component +=================== + +.. automodule:: frontEnd.DockArea + :members: diff --git a/code/frontEnd/ProjectExplorer.rst b/code/frontEnd/ProjectExplorer.rst new file mode 100644 index 00000000..33dec0c0 --- /dev/null +++ b/code/frontEnd/ProjectExplorer.rst @@ -0,0 +1,5 @@ +Project Explorer Component +========================== + +.. automodule:: frontEnd.ProjectExplorer + :members: diff --git a/code/frontEnd/Workspace.rst b/code/frontEnd/Workspace.rst new file mode 100644 index 00000000..8f45816f --- /dev/null +++ b/code/frontEnd/Workspace.rst @@ -0,0 +1,5 @@ +Workspace Component +=================== + +.. automodule:: frontEnd.Workspace + :pmembers: |