Add doc redirect
FossilOrigin-Name: 030a069694f093da6ad541defda9c9905a9b5229bae02bcd1cbd0c1e924b943c
This commit is contained in:
parent
bbe479a076
commit
72a032b742
2 changed files with 13 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
build/
|
||||
docs/doxygen/*
|
||||
docs/doxygen/docbook
|
||||
docs/doxygen/html
|
||||
docs/doxygen/latex
|
||||
docs/doxygen/xml
|
9
docs/doxygen/index.html
Normal file
9
docs/doxygen/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="2; url='html/'" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Please <a href="html/">go here</a>, make sure Doxygen has been built.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue