Skip to content

Commit

Permalink
[3.27] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
llDev-Rootll committed Dec 13, 2021
1 parent 8436346 commit 4d1f8cc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


# Autonomous Lawn Mower - ALM

[![Build Status](https://app.travis-ci.com/llDev-Rootll/Autonomous_Lawn_Mower.svg?branch=master)](https://app.travis-ci.com/llDev-Rootll/Autonomous_Lawn_Mower)
Expand Down Expand Up @@ -132,6 +133,15 @@ Run the following command in the root directory to generate cpplint results in *
Run the following command in the root directory to generate cppcheck results in **results** folder

sh run_cppcheck.sh
## Doxygen Documentation


To generate the doxygen documents:
```
doxygen doxy_config
```

The documents are generated in `./docs` folder.
## Phase 1
- Final Proposal has been updated with the suggestion made from the last phase
- The github repo, travi-ci, and coveralls has been linked.
Expand Down Expand Up @@ -159,4 +169,4 @@ Please refer to the backlog table, [here](https://docs.google.com/spreadsheets/d
- Designed the unit test structure of each class and developed unit testing for functionalities.
- UMLs were revised according to the appropriate changes made.

Please refer to the backlog table, [here](https://docs.google.com/spreadsheets/d/1cmejfr571rCQcNI3y2g41rq-KDfKz_WwcTCoZqvluJA/edit#gid=1285958998), for an exhaustive list of tasks completed in Phase 3.
Please refer to the backlog table, [here](https://docs.google.com/spreadsheets/d/1cmejfr571rCQcNI3y2g41rq-KDfKz_WwcTCoZqvluJA/edit#gid=1285958998), for an exhaustive list of tasks completed in Phase 3.

0 comments on commit 4d1f8cc

Please sign in to comment.