Sign in
flutter
/
third_party
/
json.git
/
1b06184f228a2883369f86ad2dc3f6f1932c9318
/
.
/
doc
/
mkdocs
/
docs
/
hooks.py
blob: a04a7c53d4898f8144977c5990cd804fa044195c [
file
]
import
shutil
import
os
.
path
def
copy_doxygen
(*
args
,
**
kwargs
):
shutil
.
copytree
(
'../html'
,
os
.
path
.
join
(
kwargs
[
'config'
][
'site_dir'
],
'doxygen'
))
print
(
'Copy Doxygen complete'
)