Fixed formatting in the readme
parent
ccc88d0888
commit
f524c4a84d
|
@ -18,11 +18,10 @@
|
||||||
```cpp
|
```cpp
|
||||||
int read_file(std::deque<std::string> args);
|
int read_file(std::deque<std::string> args);
|
||||||
```
|
```
|
||||||
Param: std::deque\<std::string\> args - The arguments from main() in ceev.cc, with used
|
* Param: std::deque\<std::string\> args - The arguments from main() in ceev.cc, with used
|
||||||
values stripped out.
|
values stripped out.
|
||||||
|
|
||||||
Returns: int exit_code
|
* Returns: int exit_code
|
||||||
|
|
||||||
Reads the file and outputs it.
|
|
||||||
|
|
||||||
|
* Reads the file and outputs it.
|
||||||
Currently a work in progress.
|
Currently a work in progress.
|
||||||
|
|
Loading…
Reference in New Issue