File tree 5 files changed +20
-10
lines changed
5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
run : git fetch && git checkout gh-pages
35
35
36
36
- name : Prepare the directory
37
- run : rm -rf doxygen/head && mkdir -p doxygen/head
37
+ run : rm -rf doxygen/latest && mkdir -p doxygen/latest
38
38
39
39
- name : Copy Doxygen artifacts
40
- run : cp -r doxygen_output/html/* doxygen/head /
40
+ run : cp -r doxygen_output/html/* doxygen/latest /
41
41
42
42
- name : Get rid of doxygen output
43
43
run : rm -rf doxygen_output
Original file line number Diff line number Diff line change @@ -62,19 +62,21 @@ The Lazuli project has very specific goals that make it unique. These are:
62
62
code or behavior, this is considered as a bug.
63
63
64
64
65
- ## Examples
66
-
67
- Example programs that use the Lazuli RTOS can be found in the directory
68
- [ example-programs/] ( example-programs/ ) .
69
-
70
-
71
65
## Documentation
72
66
73
67
The documentation for the project can be found in the [ doc/] ( doc/ ) directory.
74
68
69
+ API documentation can be read at https://randruc.github.io/Lazuli/doxygen/latest/
70
+
75
71
Two different tools are used to document the project:
76
72
* ` sphinx ` to generate user documentation from files written in reStructuredText.
77
- * ` doxygen ` to generate API documentation from code comments..
73
+ * ` doxygen ` to generate API documentation from code comments.
74
+
75
+
76
+ ## Examples
77
+
78
+ Example programs that use the Lazuli RTOS can be found in the directory
79
+ [ example-programs/] ( example-programs/ ) .
78
80
79
81
80
82
## Prerequisites
Original file line number Diff line number Diff line change @@ -36,3 +36,6 @@ of Lazuli.
36
36
developing_your_project
37
37
kernel/kernel_documentation
38
38
glossary
39
+
40
+ If you wish to read the API documentation, please browse to
41
+ `<https://randruc.github.io/Lazuli/doxygen/latest/ >`_
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ Doxygen
84
84
The other kind of documentation comes from code comments with Doxygen commands.
85
85
The official website of Doxygen is `<https://www.doxygen.nl >`_
86
86
87
+ The API documentation for the project is hosted at
88
+ `<https://randruc.github.io/Lazuli/doxygen/latest/ >`_
89
+
87
90
Code comments
88
91
^^^^^^^^^^^^^
89
92
Original file line number Diff line number Diff line change 10
10
* This is the Lazuli kernel API and user API documentation. @n
11
11
* @n
12
12
* These pages only document the APIs. For more general documentation about
13
- * the project and use cases please refer to the corresponding documentation.
13
+ * the project and use cases please refer to the corresponding documentation. @n
14
+ *
15
+ * The project is hosted at https://github.com/randruc/Lazuli @n
14
16
*
15
17
*
16
18
* @section user_api_subsection User API
You can’t perform that action at this time.
0 commit comments