mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
#7 Change Doxyfile - it should generate standard html files by default.
This commit is contained in:
parent
8f541d8640
commit
1134f893f5
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,3 +36,6 @@ crow_all.h
|
|||||||
|
|
||||||
# conan.io
|
# conan.io
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
#Doxygen
|
||||||
|
html/
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
from conans import ConanFile, CMake
|
from conans import ConanFile, CMake
|
||||||
|
|
||||||
|
|
||||||
class CrowConan(ConanFile):
|
class CrowConan(ConanFile):
|
||||||
name = "Crow"
|
name = "Crow"
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user