forked from epics-base/doxy-libcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (22 loc) · 1.12 KB
/
README
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
---------------------------------------------------------
EPICS Base - the central core of a control system toolkit
---------------------------------------------------------
EPICS Base is distributed subject to a Software License
Agreement found in the file LICENSE that is included with
this distribution.
---------------------------------------------------------
This repository contains a set of C header (include) files
extracted from the development branch of EPICS Base, along
with a configuration file for Doxygen to tell it how to
process those header files.
Every GitHub pull-request (and subsequent commit to that
branch) made against this repository will be processed by
Doxygen and the results made available on a website where
they can be checked - a link to the results from your pull
request will be sent to you by email when the processing
is finished. If the output wasn't quite what you wanted it
to look like, fix your Doxygen annotations and commit and
push them to your branch (or just commit them if you're
working directly on Github). Doxygen will redo the
processing and you'll get another email when it's ready.
...