Last change
on this file since 978 was
978,
checked in by Peter Johansson, 13 years ago
|
refs #429. Convert copyright statements to UTF-8
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | #ifndef _theplu_svndigest_css_ |
---|
2 | #define _theplu_svndigest_css_ |
---|
3 | |
---|
4 | // $Id: css.h 978 2009-12-12 20:09:41Z peter $ |
---|
5 | |
---|
6 | /* |
---|
7 | Copyright (C) 2006 Peter Johansson |
---|
8 | Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson |
---|
9 | |
---|
10 | This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
11 | |
---|
12 | svndigest is free software; you can redistribute it and/or modify it |
---|
13 | under the terms of the GNU General Public License as published by |
---|
14 | the Free Software Foundation; either version 3 of the License, or |
---|
15 | (at your option) any later version. |
---|
16 | |
---|
17 | svndigest is distributed in the hope that it will be useful, but |
---|
18 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
20 | General Public License for more details. |
---|
21 | |
---|
22 | You should have received a copy of the GNU General Public License |
---|
23 | along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|
24 | */ |
---|
25 | |
---|
26 | #include <string> |
---|
27 | |
---|
28 | namespace theplu{ |
---|
29 | namespace svndigest{ |
---|
30 | |
---|
31 | /// |
---|
32 | /// \brief printing cascading style sheet to file name @a str. |
---|
33 | /// |
---|
34 | void print_css(const std::string& str); |
---|
35 | |
---|
36 | }} // end of namespace svndigest end of namespace theplu |
---|
37 | |
---|
38 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.