Browse Source

Fixed some formatting on docs

master
BinHong Lee 7 years ago
parent
commit
d82f2cf735
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/index.md

+ 4
- 1
docs/index.md View File

@@ -4,7 +4,8 @@
- [Book](#book)
- [Book Factory](#book-factory)
- [User](#user)
- [User Factory](#user-factoru)
- [User Factory](#user-factory)


# Main

@@ -64,6 +65,7 @@
| User(String name, int id, int limit) | Create a new User with given name, id and limit |

## Functions

| Return | Method | Description |
|:-------|:-------|:------------|
| String | getName() | Returns the name of the user |
@@ -83,6 +85,7 @@
| UserFactory() | Creates a new empty factory |

## Functions

| Return | Method | Description |
|:-------|:-------|:------------|
| User | newUser(String name, int limit) | Creates a new user and returns the created user |


Loading…
Cancel
Save