Move and fix ComponentReference.pod
Co-authored-by: Timo Korhonen <timo.korhonen@ess.eu> Co-authored-by: Andrew Johnson <anj@anl.gov>
This commit is contained in:

committed by
Andrew Johnson

parent
7cdaaf716a
commit
c0aeb4c69b
@ -8,9 +8,6 @@ EXPAND_ME += EPICS_MODIFICATION
|
|||||||
EXPAND_ME += EPICS_PATCH_LEVEL
|
EXPAND_ME += EPICS_PATCH_LEVEL
|
||||||
EXPAND_ME += OS_CLASS CMPLR_CLASS
|
EXPAND_ME += OS_CLASS CMPLR_CLASS
|
||||||
|
|
||||||
MARKDOWNS += ComponentReference.md
|
|
||||||
HTMLS += ComponentReference.html
|
|
||||||
|
|
||||||
TARGETS += doxygen
|
TARGETS += doxygen
|
||||||
|
|
||||||
DOXYGEN = doxygen
|
DOXYGEN = doxygen
|
||||||
|
@ -163,8 +163,8 @@ Database Link types, which are documented here:
|
|||||||
|
|
||||||
Corrections to these documents can be submitted as patch files to the EPICS
|
Corrections to these documents can be submitted as patch files to the EPICS
|
||||||
core developers, or as GitHub pull requests to the 7.0 branch of Base.
|
core developers, or as GitHub pull requests to the 7.0 branch of Base.
|
||||||
These document sources can be found under `modules/database/src` tree, mostly
|
These document sources can be found under C<modules/database/src> tree, mostly
|
||||||
in the `std/rec` and `ioc/db` directories in files with extension `.dbd.pod`.
|
in the C<std/rec> and C<ioc/db> directories in files with extension C<.dbd.pod>.
|
||||||
The documentation source format is a combination of the EPICS DBD file format
|
The documentation source format is a combination of the EPICS DBD file format
|
||||||
with an extended version of Perl's POD (plain old documentation); run `perldoc
|
with an extended version of Perl's POD (plain old documentation); run
|
||||||
pod` for details of POD.
|
C<perldoc pod> for details of POD.
|
@ -30,6 +30,9 @@ include $(STDDIR)/filters/Makefile
|
|||||||
include $(STDDIR)/link/Makefile
|
include $(STDDIR)/link/Makefile
|
||||||
include $(STDDIR)/softIoc/Makefile
|
include $(STDDIR)/softIoc/Makefile
|
||||||
|
|
||||||
|
DOCS += ComponentReference.md
|
||||||
|
HTMLS += ComponentReference.html
|
||||||
|
|
||||||
include $(TOP)/configure/RULES
|
include $(TOP)/configure/RULES
|
||||||
|
|
||||||
include $(STDDIR)/rec/RULES
|
include $(STDDIR)/rec/RULES
|
||||||
|
Reference in New Issue
Block a user