[Doxygen-develop] Re: [Doxygen-users] Making an Easy and fast readable C Library Manual reference.(T
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2001-11-20 05:00:09
|
On Tue, Nov 20, 2001 at 04:37:37AM +0100, Toni Moreno Giménez wrote: > 3) (Disable File List Section) > > If you are documenting a like "Object Oriented C code" is common use a couple > of source code files for each "object." > > myobject.c > myobject.h > > But the final library usually have and unique header to include. > By example mi lib has while developing the first release aprox 25 headers > > but only one is needed to use the lib. Same thing here, at least I should be able to hide heaader files that I explicitely NOT documented (didn't add a \file in). Doxygen now generates this page: Here is a list of all documented files with brief descriptions: libcw/bfd.h [code] libcw/buf2str.h [code] Definition of utility class buf2str libcw/char2str.h [code] Definition of utility class char2str libcw/class_alloc.h [code] libcw/class_channel.h [code] libcw/class_channel_set.h [code] libcw/class_continued_channel.h [code] libcw/class_debug.h [code] libcw/class_debug_string.h [code] libcw/class_fatal_channel.h [code] libcw/class_location.h [code] libcw/class_marker.h [code] libcw/control_flag.h [code] libcw/core_dump.h [code] libcw/cwprint.h [code] Definition of the utilities cwprint and cwprint_using libcw/debug.h [code] This is the main header file of libcwd libcw/debug_config.h [code] libcw/debugmalloc.h [code] libcw/demangle.h [code] libcw/enum_memblk_types.h [code] libcw/lockable_auto_ptr.h [code] libcw/macro_ForAllDebugChannels.h [code] libcw/macro_ForAllDebugObjects.h [code] libcw/macro_Libcwd_macros.h [code] libcw/max_label_len.h [code] libcw/pc_mangled_function_name.h [code] libcw/private_allocator.h [code] libcw/private_assert.h [code] libcw/private_debug_stack.h [code] libcw/private_internal_string.h [code] libcw/private_internal_stringstream.h [code] libcw/private_internal_vector.h [code] libcw/private_set_alloc_checking.h [code] libcw/private_threading.h [code] libcw/private_TSD.h [code] libcw/strerrno.h [code] libcw/sysd.h [code] libcw/type_info.h [code] while I only want the four documented ones to appear. The user NEVER has to #include any other. -- Carlo Wood <ca...@al...> |