diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-03-22 19:19:06 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-03-22 19:19:06 (GMT) |
commit | e620712c9dd41c56bbd56d16a5a3469b96fafbf0 (patch) | |
tree | 2a7451abfd771d43ea2b3ac2443d94c3eb5cfee7 /trunk/CVSROOT/modules | |
parent | 8f455b66da9db238655242d1213c05affac412d9 (diff) | |
download | Doxygen-e620712c9dd41c56bbd56d16a5a3469b96fafbf0.zip Doxygen-e620712c9dd41c56bbd56d16a5a3469b96fafbf0.tar.gz Doxygen-e620712c9dd41c56bbd56d16a5a3469b96fafbf0.tar.bz2 |
Created accidentallyRelease_1_8_0
Diffstat (limited to 'trunk/CVSROOT/modules')
-rw-r--r-- | trunk/CVSROOT/modules | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/trunk/CVSROOT/modules b/trunk/CVSROOT/modules deleted file mode 100644 index 581582c..0000000 --- a/trunk/CVSROOT/modules +++ /dev/null @@ -1,27 +0,0 @@ -# Three different line formats are valid: -# key -a aliases... -# key [options] directory -# key [options] directory files... -# -# Where "options" are composed of: -# -i prog Run "prog" on "cvs commit" from top-level of module. -# -o prog Run "prog" on "cvs checkout" of module. -# -e prog Run "prog" on "cvs export" of module. -# -t prog Run "prog" on "cvs rtag" of module. -# -u prog Run "prog" on "cvs update" of module. -# -d dir Place module in directory "dir" instead of module name. -# -l Top-level directory only -- do not recurse. -# -# NOTE: If you change any of the "Run" options above, you'll have to -# release and re-checkout any working directories of these modules. -# -# And "directory" is a path to a directory relative to $CVSROOT. -# -# The "-a" option specifies an alias. An alias is interpreted as if -# everything on the right of the "-a" had been typed on the command line. -# -# You can encode a module within a module by using the special '&' -# character to interpose another module into the current module. This -# can be useful for creating a module that consists of many directories -# spread out over the entire source repository. -doxygen -a addon bin doc examples html lib objects packages qtools src tmake wintools libpng libmd5 |