00001 /****************************************************************************** 00002 * 00003 * Copyright (C) 1997-2008 by Dimitri van Heesch. 00004 * 00005 * Permission to use, copy, modify, and distribute this software and its 00006 * documentation under the terms of the GNU General Public License is hereby 00007 * granted. No representations are made about the suitability of this software 00008 * for any purpose. It is provided "as is" without express or implied warranty. 00009 * See the GNU General Public License for more details. 00010 * 00011 * Documents produced by Doxygen are derivative works derived from the 00012 * input used in their production; they are not affected by this license. 00013 * 00014 */ 00015 #ifndef HTAGS_H 00016 #define HTAGS_H 00017 00018 class QCString; 00019 00020 struct Htags 00021 { 00022 static bool useHtags; 00023 static bool loadFilemap(const QCString &htmldir); 00024 static QCString path2URL(const QCString &path); 00025 static bool execute(const QCString &htmldir); 00026 }; 00027 00028 #endif /* HTAGS_H */