Source-highlight Library
refposition.h
1#ifndef REFPOSITION_H
2#define REFPOSITION_H
3
4namespace srchilite {
5
8 NONE = 0,
9 INLINE = 1,
11 POSTDOC
12};
13
14}
15
16#endif // REFPOSITION_H
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
RefPosition
where a reference must be put
Definition: refposition.h:7
@ POSTDOC
put all references at the end of the document
Definition: refposition.h:11
@ INLINE
put reference inline
Definition: refposition.h:9
@ POSTLINE
put all references of a line at the end of the line
Definition: refposition.h:10