forked from PDXostc/fm_radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.txt
64 lines (42 loc) · 1.8 KB
/
docs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Following are the recommended steps to generate documentation
for all three sub-projects :
* FMRadioService + gstsdrjfm
* FMRadioExtension
* DNA_FMRadio application
*** on HOST or TARGET SYSTEM ***
* Make sure you have installed all the required deps
Depending on your system/distro, package names will
vary, but make sure to install :
- doxygen
- graphviz
- node.js
- npm
- yuidoc (npm -g install yuidocjs)
STEPS TO BUILD DOCUMENTATION FOR FMRadioService + gstsdrjfm
************************************************************
* Go to subdir root directory
$ cd <X004_FMRadio>/FMRadioService
* Generate documentation
$ make doc
* Read documentation with preferred <BROWSER_BIN>
$ <BROWSER_BIN> <X004_FMRadio>/FMRadioService/docs/index.html
STEPS TO BUILD DOCUMENTATION FOR FMRadioExtension
************************************************************
* Go to subdir root directory
$ cd <X004_FMRadio_ROOTDIR>/FMRadioExtension
* Generate documentation
$ make doc
* Read documentation with preferred <BROWSER_BIN>
$ <BROWSER_BIN> <X004_FMRadio>/FMRadioExtension/docs/index.html
STEPS TO BUILD DOCUMENTATION FOR DNA_FMRadio
************************************************************
* Go to subdir root directory
$ cd <X004_FMRadio_ROOTDIR>/DNA_FMRadio
* Generate documentation
yuidoc .
* Read documentation with preferred <BROWSER_BIN>
$ <BROWSER_BIN> <X004_FMRadio>/DNA_FMRadio/docs/index.html
NOTE: note that most of the resultant documentation will be
about ../DNA_common components. To get specific DNA_FMRadio
documentation, select the DNA_FMRadio URL from the left pane
in index.html page.