summaryrefslogtreecommitdiffstats
path: root/src/libdoxygen.pro.in
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-01-17 18:56:38 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-01-17 18:56:38 (GMT)
commitf000dd870b772ed6bc26ea383a8657301eb5ef17 (patch)
tree05e55417a750c1275c9139b7952de6941db168dd /src/libdoxygen.pro.in
parentb00ec8923dcf911a38323429f1744048b20a35a7 (diff)
downloadDoxygen-f000dd870b772ed6bc26ea383a8657301eb5ef17.zip
Doxygen-f000dd870b772ed6bc26ea383a8657301eb5ef17.tar.gz
Doxygen-f000dd870b772ed6bc26ea383a8657301eb5ef17.tar.bz2
Release-1.5.4-20080101
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