Skip to content

Commit 5cd763b

Browse files
committed
Adding a Wiki page to the Doxygen generation
1 parent 9e807f6 commit 5cd763b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ WARN_LOGFILE =
771771
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
772772
# Note: If this tag is empty the current directory is searched.
773773

774-
INPUT =
774+
INPUT = . wiki
775775

776776
# This tag can be used to specify the character encoding of the source files
777777
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

DoxygenLayout.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<!-- Navigation index tabs for HTML output -->
44
<navindex>
55
<tab type="mainpage" visible="yes" title=""/>
6-
<tab type="pages" visible="yes" title="" intro=""/>
6+
<tab type="pages" visible="no" title="" intro=""/>
77
<tab type="user" visible="yes" url="@ref api" title="Arachne Public API" intro=""/>
8+
<tab type="user" visible="yes" url="md_wiki_Main.html" title="Design Wiki" intro=""/>
89
<tab type="namespaces" visible="yes" title="">
910
<tab type="namespacelist" visible="yes" title="" intro=""/>
1011
<tab type="namespacemembers" visible="yes" title="" intro=""/>

wiki/KernelAPI.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Arachne Kernel API Design

wiki/Main.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Arachne Design Wiki
2+
3+
This wiki will be used to record design discussions, decisions, and open
4+
questions related to both the user and kernel sides of the Arachne system.
5+
6+
# Current Topics
7+
8+
- [Kernel API & Core Negotiation Protocol](wiki/KernelAPI.md)

0 commit comments

Comments
 (0)