diff options
author | Chris Lumens <clumens@redhat.com> | 2007-07-30 19:20:24 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-07-30 19:20:24 +0000 |
commit | e89a6ef3e316923363874634b492450201e1edf1 (patch) | |
tree | 4aa5dbf10634accb800fb9eae2d6cc5f93144247 /docs | |
parent | 2354b530eb57d6e655e9cbf5404385f5caba7a51 (diff) | |
download | anaconda-e89a6ef3e316923363874634b492450201e1edf1.tar.gz anaconda-e89a6ef3e316923363874634b492450201e1edf1.tar.xz anaconda-e89a6ef3e316923363874634b492450201e1edf1.zip |
Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,
makedev, mknod, getopt, cdRwList, and ideCdRwList functions. Rename *_int
label reading functions to _*_int so they're not exported. Add API
documentation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.cfg b/docs/api.cfg index 47be2918a..47fa0601c 100644 --- a/docs/api.cfg +++ b/docs/api.cfg @@ -326,7 +326,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to |