Source-highlight Library
outlangdefparserfun.h
1//
2// C++ Interface: %{MODULE}
3//
4// Description:
5//
6//
7// Author: %{AUTHOR} <%{EMAIL}>, (C) %{YEAR}
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12
13#ifndef OUTLANGDEFPARSERFUN_H
14#define OUTLANGDEFPARSERFUN_H
15
16#include "textstyles.h"
17
18namespace srchilite {
19
20TextStylesPtr parse_outlang_def();
21TextStylesPtr parse_outlang_def(const char *path, const char *name);
22
23}
24
25#endif
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< TextStyles > TextStylesPtr
shared pointer
Definition: textstyles.h:77