Sign in
flutter
/
third_party
/
json
/
refs/heads/issue2228
/
.
/
doc
/
mkdocs
/
docs
/
hooks.py
blob: a04a7c53d4898f8144977c5990cd804fa044195c [
file
] [
log
] [
blame
] [
edit
]
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'
)