mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
test cite
This commit is contained in:
parent
474534ab4f
commit
d3ac67f771
@ -713,7 +713,7 @@ LAYOUT_FILE =
|
||||
# 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.
|
||||
|
||||
CITE_BIB_FILES =
|
||||
CITE_BIB_FILES = references.bib
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to warning and progress messages
|
||||
|
8
doc/references.bib
Normal file
8
doc/references.bib
Normal 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"
|
||||
}
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user