diff options
author | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
commit | f75a3f71ab5b584af5a4d3b168064968fd400c48 (patch) | |
tree | 33a6da2073ee5680798b2e21e136c5c6ebc24ead /rpmpopt.in | |
parent | 999f9b1654a3546b2c7e42fe3b3b224ec2781b1f (diff) | |
download | librpm-tizen-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.gz librpm-tizen-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.bz2 librpm-tizen-f75a3f71ab5b584af5a4d3b168064968fd400c48.zip |
Doxygen annotations for config files.
Doxygen annotations for rpmdep section.
Add manifests for install modes.
CVS patchset: 4675
CVS date: 2001/04/10 12:36:45
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index f42308b7a..3473598ab 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -1,3 +1,5 @@ +#/*! \page config_rpmpopt Default configuration: /usr/lib/rpm/rpmpopt-@VERSION@ +# \verbatim # # This file *should not be modified*. Local customizations # belong in /etc/popt, not here. This file will be replaced @@ -279,3 +281,6 @@ rpmv alias --ftpport --define '_ftpport !#:+' rpmv alias --ftpproxy --define '_ftpproxy !#:+' rpmv alias --httpport --define '_httpport !#:+' rpmv alias --httpproxy --define '_httpproxy !#:+' + +# \endverbatim +#*/ |