Skip to content

Commit

Permalink
Finished documenting Manager.h
Browse files Browse the repository at this point in the history
Created Doxygen config file Doxyfile
Unable to get it to show the functions correctly in the HTML
  • Loading branch information
MohamedA95 committed Dec 18, 2020
1 parent ce159c2 commit c040bdb
Show file tree
Hide file tree
Showing 54 changed files with 10,160 additions and 24 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VDSCP-Group-5
###What is This?
### What is This?
This is a ROBDD package that builds an ROBDD and runs operations on it.
Operations like:
- AND2
Expand All @@ -11,7 +11,7 @@ Operations like:

All of these operation are done using the `ite` Operation "If then else" ite(f, g, h) = f⋅g + !f⋅h

###How to build?
### How to build?
To build this package you need cmake:
```
$ git clone https://github.com/Hussien-Abdo/VDSCP-Group-5.git
Expand All @@ -22,5 +22,5 @@ $ cmake ..
$ make
```
The build files are currently saved to build dir, now you can run `./VDSProject_tests` to execute the basic tests.
###How to use?
####TBD :)
### How to use?
#### TBD :)
2,625 changes: 2,625 additions & 0 deletions doc/Doxyfile

Large diffs are not rendered by default.

Binary file added doc/doxygen/html/bc_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/doxygen/html/bdwn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/doxygen/html/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/doxygen/html/doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c040bdb

Please sign in to comment.