summaryrefslogtreecommitdiffstats
path: root/src/libdoxygen.pro.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-01-17 18:56:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-01-17 18:56:38 (GMT)
commitf1103ed882b5739e7f16cfd69527bde6d6d96dfa (patch)
tree05e55417a750c1275c9139b7952de6941db168dd /src/libdoxygen.pro.in
parentc9fcb1845bd7c5080abfee1be4070130bbdd38c2 (diff)
downloadDoxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.zip
Doxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.tar.gz
Doxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.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