diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-04-01 17:28:27 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-04-01 17:28:27 (GMT) |
commit | 790edce05edc348b237258995816da1708d67a73 (patch) | |
tree | 9ab56725fa008f006370f074ed17023811bbc55f /addon/configgen/README | |
parent | ea948596d3aecd47d7459244fc4e28a2903d8985 (diff) | |
download | Doxygen-790edce05edc348b237258995816da1708d67a73.zip Doxygen-790edce05edc348b237258995816da1708d67a73.tar.gz Doxygen-790edce05edc348b237258995816da1708d67a73.tar.bz2 |
Release-1.2.6-20010401
Diffstat (limited to 'addon/configgen/README')
-rw-r--r-- | addon/configgen/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/addon/configgen/README b/addon/configgen/README deleted file mode 100644 index 717ca2e..0000000 --- a/addon/configgen/README +++ /dev/null @@ -1,13 +0,0 @@ -The configgen tool is used to: -- generate the parser for the configuration file based on - the templates config_templ.h and config_templ.l -- generate the GUI frontend "doxywizard" for creating a configuration - file based on the templates doxywizard_templ.h and doxywizard_templ.cpp - -If you want to add a new configuration option to doxygen, -then you should add a new entry the init() function in configgen.cpp - -After that you can do a "make install" in this directory to update -the config.l and config.h in doxygen's source directory. - --Dimitri |