|
4 | 4 | #include "classfile.h"
|
5 | 5 | #include "jvm.h"
|
6 | 6 |
|
7 |
| -/** \mainpage JVM implementation - 2019/2 - G6 |
| 7 | +/** \mainpage JVM - 2019/2 - G6 |
8 | 8 | *
|
9 | 9 | * \section intro_sec Introduction
|
10 | 10 | *
|
11 | 11 | * This is the introduction.
|
12 | 12 | *
|
13 | 13 | * \section install_sec How to execute:
|
14 | 14 | *
|
15 |
| - * \subsection step1 Step 1: Make |
| 15 | + * \subsection step1 Step 1: Makefile |
16 | 16 | *
|
17 |
| - * \section students_sec Students |
| 17 | + * Compile the program using the file Makefile or MakefileWin (depending on your platform) |
| 18 | + * with the make tool in your command prompt. |
18 | 19 | *
|
19 |
| - * \subsection name1 Giordano S. Monteiro |
20 |
| - * \subsection name2 Breno |
21 |
| - * \subsection name3 Filipi |
22 |
| - * \subsection name4 Igor Bispo |
23 |
| - * |
| 20 | + * \subsection step2 Step 2: Execution |
| 21 | + * |
| 22 | + * Run the resulting execute file with ./main.out \['file.class' without the posfix '.class'\] (le/i) |
| 23 | + * \n where le and i choose if will be displayed the reader and exhibitor (le), the interpreter result (i) or both (no param). |
| 24 | + * |
| 25 | + * \section students_sec Information |
| 26 | + * |
| 27 | + * \subsection topic1 Students: |
| 28 | + * Giordano S. Monteiro - 17/0011160\n |
| 29 | + * Filipi Teles da Silva - 12/0117754\n |
| 30 | + * Breno A. F. Bortolli - 17/0007014\n |
| 31 | + * Igor Bispo de Morais - 17/0050432\n |
| 32 | + * \subsection topic2 University |
| 33 | + * Universidade de Brasília |
| 34 | + * \subsection topic3 Course |
| 35 | + * Software Básico - 2019/2 - Marcelo Ladeira |
24 | 36 | */
|
25 | 37 |
|
26 | 38 | int main(int argc, char *argv[]) {
|
|
0 commit comments