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,
10
POSTLINE
,
11
POSTDOC
12
};
13
14
}
15
16
#endif // REFPOSITION_H
srchilite::POSTDOC
@ POSTDOC
put all references at the end of the document
Definition:
refposition.h:11
srchilite
C++ class: doctemplate.h.
Definition:
bufferedoutput.cpp:13
srchilite::RefPosition
RefPosition
where a reference must be put
Definition:
refposition.h:7
srchilite::POSTLINE
@ POSTLINE
put all references of a line at the end of the line
Definition:
refposition.h:10
srchilite::INLINE
@ INLINE
put reference inline
Definition:
refposition.h:9
source-highlight-3.1.9
lib
srchilite
refposition.h
Generated by
1.8.18