summaryrefslogtreecommitdiffstats
path: root/src/libdoxygen.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdoxygen.pro.in')
-rw-r--r--src/libdoxygen.pro.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/libdoxygen.pro.in b/src/libdoxygen.pro.in
index 5b926f0..61218d8 100644
--- a/src/libdoxygen.pro.in
+++ b/src/libdoxygen.pro.in
@@ -1,7 +1,7 @@
#
-# $Id$
+#
#
-# Copyright (C) 1997-2007 by Dimitri van Heesch.
+# Copyright (C) 1997-2008 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
@@ -36,6 +36,7 @@ HEADERS = bufstr.h \
diagram.h \
dirdef.h \
docparser.h \
+ docsets.h \
doctokenizer.h \
docvisitor.h \
dot.h \
@@ -120,6 +121,7 @@ HEADERS = bufstr.h \
translator_kr.h \
translator_nl.h \
translator_no.h \
+ translator_mk.h \
translator_pl.h \
translator_pt.h \
translator_ro.h \
@@ -134,6 +136,9 @@ HEADERS = bufstr.h \
unistd.h \
util.h \
version.h \
+ vhdlcode.h \
+ vhdldocgen.h \
+ vhdlscanner.h \
xmldocvisitor.h \
xmlgen.h
SOURCES = ce_lex.cpp \
@@ -153,6 +158,7 @@ SOURCES = ce_lex.cpp \
diagram.cpp \
dirdef.cpp \
docparser.cpp \
+ docsets.cpp \
doctokenizer.cpp \
dot.cpp \
doxygen.cpp \
@@ -206,6 +212,9 @@ SOURCES = ce_lex.cpp \
translator.cpp \
util.cpp \
version.cpp \
+ vhdlcode.cpp \
+ vhdldocgen.cpp \
+ vhdlscanner.cpp \
xmldocvisitor.cpp \
xmlgen.cpp \
commentscan.cpp