#7 Change Doxyfile - it should generate standard html files by default.

This commit is contained in:
Igor Mróz 2020-10-14 20:09:44 +02:00
parent 8f541d8640
commit 1134f893f5
No known key found for this signature in database
GPG Key ID: F32A9B94C1DC1AF2
3 changed files with 383 additions and 218 deletions

3
.gitignore vendored
View File

@ -36,3 +36,6 @@ crow_all.h
# conan.io
build/
#Doxygen
html/

577
Doxyfile

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
from conans import ConanFile, CMake
class CrowConan(ConanFile):
name = "Crow"
version = "0.1"