update changelog and remove index.html documentation redirect
This commit is contained in:
parent
72ddf45b9f
commit
a8afe2f08b
|
@ -1,6 +1,12 @@
|
||||||
|
19.10.2016 (herman1vdb)
|
||||||
|
Update documentation and fix XML comments and enable xml documentation output
|
||||||
|
|
||||||
|
18.10.2016 (herman1vdb)
|
||||||
|
Refactor QueueMemberEvent classes, update comments and update sandcastle documentation to be able to work with Git Hub Pages
|
||||||
|
|
||||||
21.09.2016 (herman1vdb)
|
21.09.2016 (herman1vdb)
|
||||||
Added events DialEndEvent, QueueCallerJoinEvent, QueueCallerLeaveEvent for further Asterisk 13 support
|
Added events DialEndEvent, QueueCallerJoinEvent, QueueCallerLeaveEvent for further Asterisk 13 support
|
||||||
|
|
||||||
20.09.2016 (herman1vdb)
|
20.09.2016 (herman1vdb)
|
||||||
Added DialBeginEvent
|
Added DialBeginEvent
|
||||||
|
|
||||||
|
|
14
index.html
14
index.html
|
@ -1,14 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta http-equiv="refresh" content="1;url=docs/index.html">
|
|
||||||
<script type="text/javascript">
|
|
||||||
window.location.replace("docs/index.html")
|
|
||||||
</script>
|
|
||||||
<title>A Sandcastle Documented Class Library - Redirect</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<p>If you are not redirected automatically, follow this link to the <a href="docs/index.html">default topic</a>.</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue