Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
src
tagreader.h
Go to the documentation of this file.
1
/******************************************************************************
2
*
3
*
4
*
5
*
6
* Copyright (C) 1997-2015 by Dimitri van Heesch.
7
*
8
* Permission to use, copy, modify, and distribute this software and its
9
* documentation under the terms of the GNU General Public License is hereby
10
* granted. No representations are made about the suitability of this software
11
* for any purpose. It is provided "as is" without express or implied warranty.
12
* See the GNU General Public License for more details.
13
*
14
* Documents produced by Doxygen are derivative works derived from the
15
* input used in their production; they are not affected by this license.
16
*
17
*/
18
19
#ifndef TAGREADER_H
20
#define TAGREADER_H
21
22
class
Entry
;
23
24
void
parseTagFile
(
Entry
*root,
const
char
*fullPathName);
25
26
#endif
Entry
Definition:
entry.h:63
parseTagFile
void parseTagFile(Entry *root, const char *fullPathName)
Definition:
tagreader.cpp:1527
Generated by
1.8.11