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