test cite

This commit is contained in:
Thomas Kunze 2019-05-16 21:23:54 +02:00
parent 474534ab4f
commit d3ac67f771
3 changed files with 10 additions and 2 deletions

View File

@ -713,7 +713,7 @@ LAYOUT_FILE =
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references. # search path. See also \cite for info how to create references.
CITE_BIB_FILES = CITE_BIB_FILES = references.bib
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Configuration options related to warning and progress messages # Configuration options related to warning and progress messages

8
doc/references.bib Normal file
View File

@ -0,0 +1,8 @@
@manual{knx:3/4/1,
organization = "KNX Association",
title = "KNX System Specifications",
number = "Chapter 3/4/1 Application Interface Layer",
year = 2013,
month = 12,
note = "01.01.02"
}

View File

@ -51,7 +51,7 @@ enum ObjectType
}; };
/** /**
* @brief This class represents and interface object. See section 4 of 03_04_01 in the knx specification. * @brief This class represents and interface object. See section 4 of @cite knx:3/4/1 03_04_01 in the knx specification.
*/ */
class InterfaceObject: public SaveRestore class InterfaceObject: public SaveRestore
{ {