summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-01-06 14:40:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-01-21 19:00:35 (GMT)
commit8885016b2a3bbeb6045a3e71d508939e0a7bd773 (patch)
tree5e4d355d1c37d7dca881de7f25b993e7c7227925 /Doxyfile
parent5ea2f2a123e473d5964435369fd925d7f103b456 (diff)
downloadDoxygen-8885016b2a3bbeb6045a3e71d508939e0a7bd773.zip
Doxygen-8885016b2a3bbeb6045a3e71d508939e0a7bd773.tar.gz
Doxygen-8885016b2a3bbeb6045a3e71d508939e0a7bd773.tar.bz2
Spitting generated files better from source files
This patch is a patch for the build system so that less (no) generated files are in the source directories and also that the different build (on windows are independent of each others). Also the different sub-projects (e.g. doxygen , doxywizard) don't share any files anymore. - ./.gitignore A number of files are not in the src directory anymore. generated directories are included. rtf and xml directories are there for possible future use. - ./Doxyfile The generated files are not anymore in the src directory so they don't have to be excluded anymore - ./configure Adjustmenst so the generated files are in the different subdirectories - ./Makefile.in - addon/doxmlparser/examples/metrics/metrics.pro.in - addon/doxmlparser/src/doxmlparser.pro.in - addon/doxmlparser/test/xmlparse.pro.in - addon/doxyapp/doxyapp.pro.in - addon/doxysearch/doxyindexer.pro.in - addon/doxysearch/doxysearch.pro.in - addon/doxywizard/Makefile.in - addon/doxywizard/doxywizard.pro.in - libmd5/libmd5.pro.in - qtools/qtools.pro.in - src/Makefile.in - src/doxygen.pro.in - src/libdoxycfg.pro.in - src/libdoxycfg.t.in - src/libdoxygen.pro.in - src/libdoxygen.t.in Adjustment to the new directory structure - addon/doxywizard/expert.cpp include file is generated in the generated_src/doxywizard directory, referenced through -I on compile line - src/lang_cfg.h File is now automatically generated - src/languages.py Correction of used path for new structure - src/settings.py - src/version.py Place for resulting file handled through an argument, so it is possible to have a separate file for each sub-project - tmake/lib/win32-g++/generic.t - tmake/lib/win32-mingw/generic.t The destination path was added twice, in case of a depth of more than 1 level (doxmlparser) this lead to problems - winbuild/Config.rules - winbuild/Gen_head.rules - winbuild/Languages.rules - winbuild/Lex.rules - winbuild/Settings.rules - winbuild/Version.rules correcting some path of generated files - winbuild/Doxygen.sln Build order dependency could be dropped as the version.cpp file is now a generated file for doxygen and doxywizard - winbuild/Doxygen.vcproj - winbuild/Doxywizard.vcproj Corrected paths to the new structure. Added unistd as an external generated file - winbuild/unistd.h File is now generated - winbuild/Unistd.rules - winbuild/unistd.py Generated unistd for doxygen and doxywizard in a consistent way. - winbuild/doxyindexer.vcproj - winbuild/doxysearch.vcproj - winbuild/qtools.vcproj Corrected paths to the new structure. - winbuild/runbison.bat - winbuild/version.bat Not used anymore everything handled through rules.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile51
1 files changed, 2 insertions, 49 deletions
diff --git a/Doxyfile b/Doxyfile
index 2c49548..308fa51 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -102,55 +102,8 @@ FILE_PATTERNS = *.h \
*.cpp \
*.md
RECURSIVE = NO
-EXCLUDE = src/code.cpp \
- src/ce_lex.cpp \
- src/ce_parse.cpp \
- src/declinfo.cpp \
- src/defargs.cpp \
- src/doxytag.cpp \
- src/pre.cpp \
- src/scanner.cpp \
- src/tag.cpp \
- src/doctokenizer.cpp \
- src/logos.cpp \
- src/suffixtree.cpp \
- src/suffixtree.h \
- src/commentcnv.cpp \
- src/commentscan.cpp \
- src/pycode.cpp \
- src/config.cpp \
- src/pyscanner.cpp \
- src/fortranscanner.cpp \
- src/fortrancode.cpp \
- src/vhdlscanner.cpp \
- src/vhdlparser.cpp \
- src/vhdlcode.cpp \
- src/tclscanner.cpp \
- src/lodepng.cpp \
- src/doxygen.css.h \
- src/doxygen.js.h \
- src/doxygen.php.h \
- src/compound.xsd.h \
- src/layout_default.xml.h \
- src/bib2xhtml.pl.h \
- src/doxygen.bst.h \
- src/header.html.h \
- src/index.xsd.h \
- src/jquery.js.h \
- src/jquery_fx.js.h \
- src/jquery_ui.js.h \
- src/navtree.css.h \
- src/navtree.hs.h \
- src/search.css.h \
- src/search_functions.php.h \
- src/search_opensearch.php.h \
- src/search.js.h \
- src/navtree.js.h \
- src/resize.js.h \
- src/svgpan.js.h \
- src/dynsections.js.h \
- src/extsearch.js.h \
- src/footer.html.h
+EXCLUE = src/logos.cpp \
+ src/lodepng.cpp
EXCLUDE_SYMLINKS = NO
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =