summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/about.xml
blob: 69c355bb9814a9724099ccd2936d2b5de75db344 (plain)
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
<!--
SPDX license identifier: CC-BY-SA-4.0

Copyright (C) 2015, GENIVI

This work is licensed under a Creative Commons Attribution-ShareAlike 

4.0 International License. 
-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<refentry id="about">
  <refmeta>
    <refentrytitle>About this document</refentrytitle>
  </refmeta>

  <refnamediv>
    <refname>About this document</refname>
    <refpurpose>Understand the purpose of this document</refpurpose>
  </refnamediv>

  <refsect1>
    <title>Purpose of the reference manual</title>
    <para>
      The purpose of this reference manual is to provide documentation about the public
      API of the Node Startup Controller as well as to give an overview of the classes
      used in the implementation internally.
    </para>
    <para>
      The intended readers of the reference manual are developers of GENIVI components
      that interact with the Node Startup Controller and people who want to contribute
      to the Node Startup Controller development. Reading this reference manual will
      help them to understand how the Node Startup Controller can be used and how
      it is organised internally.
    </para>
  </refsect1>
</refentry>