diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 15:11:21 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 15:11:21 +0200 |
commit | 31ad46a64b50caae0f023393c6182b8ded1fba25 (patch) | |
tree | 17f83086c0d4374fda752495aa4e99c896902248 /doc | |
parent | 1a0968f31f18c627982b857fe717b54d691f0c78 (diff) | |
download | librpm-tizen-31ad46a64b50caae0f023393c6182b8ded1fba25.tar.gz librpm-tizen-31ad46a64b50caae0f023393c6182b8ded1fba25.tar.bz2 librpm-tizen-31ad46a64b50caae0f023393c6182b8ded1fba25.zip |
Add doxygen group for rpmfileutil, include in librpm + hacking docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hacking/Doxyheader | 2 | ||||
-rw-r--r-- | doc/librpm/Doxyheader | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/hacking/Doxyheader b/doc/hacking/Doxyheader index 5cca27e13..3498b0c4d 100644 --- a/doc/hacking/Doxyheader +++ b/doc/hacking/Doxyheader @@ -52,3 +52,5 @@ */ /** \defgroup rpmio RPMIO. */ +/** \defgroup rpmfileutil File and Path Manipulation API. + */ diff --git a/doc/librpm/Doxyheader b/doc/librpm/Doxyheader index f04c1d3e2..5f82de4c3 100644 --- a/doc/librpm/Doxyheader +++ b/doc/librpm/Doxyheader @@ -48,3 +48,5 @@ */ /** \defgroup rpmio RPMIO. */ +/** \defgroup rpmfileutil File and Path Manipulation API. + */ |