ronaldomercado / doxy-libcom

Repo for doxygenation of EPICS libcom header files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---------------------------------------------------------
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.

---------------------------------------------------------

The doxy-libcom repository contains a set of C header files
extracted from the development branch of EPICS Base, along
with Makefile rules to tell GNUmake and Doxygen how to
process those header files.

After checking out the branch, type 'make' at the top to
build the files. Open the html/doxygen/index.html file in
a browser to look at the results. Subsequently you can run
'make' inside the documentation directory to speed things
up a bit.

Various notes for Doxygen:

Please ensure every file begins with these annotations:
    \file <filename>
    \brief <file-description>
We don't have autobrief turned on. The above ensure the
file and its description are included in the file index.


About

Repo for doxygenation of EPICS libcom header files

License:Other


Languages

Language:C 69.6%Language:C++ 20.6%Language:Perl 8.4%Language:CSS 0.6%Language:Raku 0.4%Language:Makefile 0.4%